.slider_wrap {
  padding: 60px 42px;
  background: #FFFCE4;
  height: 400px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider_wrap .favorite_img {
  position: relative;
  max-width: 56px;
  position: relative;
  /* background: #FFF; */
}

.slider_wrap .favorite_img::after {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 100%;
}

.slider_wrap .favorite_img > img, .slider_wrap .favorite_img > picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.slider_wrap .favorite_img > img img, .slider_wrap .favorite_img > picture img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 1200px) {
  .slider_wrap .content_sec {
    max-width: 70%;
  }
}
.slider_wrap .content_sec .title {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
}

.slider_wrap .content_sec .desc {
  margin-top: 15px;
  color: #201E1E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}

.wacSlider {
  padding-bottom: 60px;
  position: relative;
}

.wacSlider .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  inset-inline-start: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wacSlider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 40px;
  height: 2px;
  opacity: 0.4;
  background: #FFFCE4;
  border-radius: 0;
  position: relative;
}

.wacSlider .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  inset-inline: -4px;
  inset-block: -15px;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  display: block;
  width: auto;
  height: auto;
}

.wacSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.elementor-98 .elementor-element.elementor-element-364743c1 {
  --e-icon-list-icon-size: 22px;
}