/* ************************************************************
***************************************************************
***************************************************************
 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;
}
section[data-sectionname="home"] .offers .elm {
  width: calc(50% - 2rem);
  margin: 0px 2rem 3rem 0px;
}
section[data-sectionname="home"] .offers .elm:nth-child(2n) {
  margin-right: 0rem;
}
