.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.bg-black {
  background-color: #413f3f !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.link {
  text-decoration: underline;
}

.swiper-button-next,
.swiper-button-prev {
  top: 60% !important;
}
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

.carrousel-swiper .swiper-wrapper .swiper-slide {
  height: 700px;
}
@media (max-width: 768px) {
  .carrousel-swiper .swiper-wrapper .swiper-slide {
    height: 320px;
  }
}
.carrousel-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.versatilelas img {
  width: 100%;
  height: auto;
}
.versatilelas .title {
  margin-top: 0;
}
.versatilelas p {
  color: #413f3f;
  margin-bottom: 25px;
}
.versatilelas p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=with_them.css.map */