@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
section.offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 0;
}
section.offers .offers_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(6vw, 30px);
     -moz-column-gap: max(6vw, 30px);
          column-gap: max(6vw, 30px);
  padding: 20px max(5vw, 25px) 40px;
}
section.offers .offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
section.offers .offers .offer {
  display: grid;
}
section.offers .offers .offer:nth-child(odd) {
  grid-template-columns: 1.5fr 1fr;
}
section.offers .offers .offer:nth-child(odd) .text_container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
section.offers .offers .offer:nth-child(odd) .image_container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
section.offers .offers .offer:nth-child(odd) .image_container .image {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
section.offers .offers .offer:nth-child(even) {
  grid-template-columns: 1fr 1.5fr;
}
section.offers .offers .offer:nth-child(even) .image_container .image {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
section.offers .offers .offer .text_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px max(4vw, 20px);
  row-gap: 10px;
}
section.offers .offers .offer .text_container .title {
  font-size: calc(1.0066666667rem + 1.3274074074vw);
}
@media (min-width: 1800px) {
  section.offers .offers .offer .text_container .title {
    font-size: 2.5rem;
  }
}
section.offers .offers .offer .text_container .date {
  font-size: calc(0.9566666667rem + 0.7051851852vw);
}
@media (min-width: 1800px) {
  section.offers .offers .offer .text_container .date {
    font-size: 1.75rem;
  }
}
section.offers .offers .offer .text_container .text {
  margin-bottom: 20px;
}
section.offers .offers .offer .image_container {
  width: 100%;
}
section.offers .offers .offer .image_container .image {
  width: 100%;
  aspect-ratio: 5/3;
  min-height: 100%;
}
@media (max-width: 768px) {
  section.offers {
    padding: 30px 0;
  }
  section.offers .offers_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
    padding: 20px max(6vw, 30px);
  }
  section.offers .offers {
    row-gap: 30px;
  }
  section.offers .offers .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.offers .offers .offer:nth-child(even) .image_container .image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  section.offers .offers .offer .text_container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -60px;
    padding: 100px max(6vw, 30px) 30px;
    width: 95%;
  }
  section.offers .offers .offer .text_container .text {
    max-width: 25em;
  }
  section.offers .offers .offer .image_container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 95%;
  }
  section.offers .offers .offer .image_container .image {
    aspect-ratio: 4/3;
  }
}
/*# sourceMappingURL=../../maps/sections/offers/offers.css.map */
