.viewBox section .container {
  max-width: 768px;
}
.rightsLine .inner,
.rightsLine .lastLine,
.rightsLine .offerRights {
  max-width: 1400px;
}
/* ************************************************************
***************************************************************
***************************************************************
 HOME VIEW
***************************************************************
***************************************************************
************************************************************* */
section[data-sectionname="home"] .offers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
