.subPages {
  -webkit-columns: 2;
          columns: 2;
  width: 40%;
  margin: auto;
  list-style: none;
  padding-left: 0px !important;
}
.subPages_link::before {
  content: '— ';
}
.CarouselHomepageWidget__carousel {
  background-color: #e6f4f2;
  box-shadow: 2px 4px 16px rgba(0,1,1,0.16);
}
.CarouselHomepageWidget_bestOffers__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
  color: #0b69b9;
  height: 80px;
  margin: 0px 20px;
}
.CarouselHomepageWidget_bestOffers__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 26px 16px 0px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.14px;
  line-height: 26px;
}
.carousel {
  padding: 0 -webkit-calc((100% - 960px) / 2);
  padding: 0 calc((100% - 960px) / 2);
  font-size: 16px !important;
}
.carousel_item {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 290px;
}
.carousel_itemOfferImage {
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 290px;
  height: 290px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*# sourceMappingURL=../maps/component/CarouselHomepageWidget_bestOffers.css.map */
