.features-section {
  background-color: #FFF;
  padding: 100px 0;
}
.features-section .features-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 20px;
}
.features-section .features-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  color: #3F3F3A;
  text-align: center;
}
.features-section .features-title b, .features-section .features-title strong {
  font-weight: 900;
}
.features-section .features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 50px;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}
.features-section .features-item {
  width: calc(33.3333333333% - 22px);
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.features-section .features-item-image {
  position: relative;
  height: 372px;
  width: 100%;
  overflow: hidden;
}
.features-section .features-item-image picture {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.features-section .features-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.features-section .features-item-content {
  background-color: #F3F3F3;
  padding: 45px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.features-section .features-item-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 98.217%;
  color: #2B2A43;
}
.features-section .features-item-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 145.833%;
  color: #2B2A43;
}
.features-section .features-slider-nav {
  display: none;
}
.features-section .features-slider-dots {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}
.features-section .features-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.features-section .features-slider-dot-active {
  background-color: #2CA7F4;
  width: 52px;
  border-radius: 87px;
}
.features-section .features-slider-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.features-section .features-slider-arrow {
  display: block;
}
.features-section .owl-carousel .owl-nav {
  display: none;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .features-section {
    padding: clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .features-section .features-wrapper {
    gap: clamp(24px, 3.4722222222vw, 50px);
  }
  .features-section .features-title {
    font-size: clamp(24px, 3.8888888889vw, 56px);
  }
  .features-section .features-list {
    gap: clamp(16px, 2.2222222222vw, 32px);
    row-gap: clamp(24px, 3.4722222222vw, 50px);
  }
  .features-section .features-item {
    border-radius: clamp(20px, 2.5vw, 36px);
    width: calc(33.3333333333% - clamp(16px, 1.5277777778vw, 22px));
  }
  .features-section .features-item-image {
    height: clamp(220px, 25.8333333333vw, 372px);
  }
  .features-section .features-item-content {
    padding: clamp(20px, 3.125vw, 45px);
    gap: clamp(8px, 0.8333333333vw, 12px);
  }
  .features-section .features-item-title {
    font-size: clamp(22px, 2.5vw, 36px);
  }
  .features-section .features-item-description {
    font-size: clamp(16px, 1.6666666667vw, 24px);
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .features-section .features-list {
    gap: 24px;
  }
  .features-section .features-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .features-section {
    padding: 30px 0;
  }
  .features-section .features-wrapper {
    padding: 0;
    gap: 32px;
  }
  .features-section .features-title {
    font-size: 24px;
    line-height: 110%;
  }
  .features-section .features-list.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .features-section .features-list.owl-carousel .owl-item {
    display: flex;
  }
  .features-section .features-list.owl-carousel .features-item {
    height: 100%;
  }
  .features-section .features-list.owl-carousel .features-item-content {
    flex: 1;
  }
  .features-section .features-item {
    width: 100%;
    border-radius: 30px;
  }
  .features-section .features-item-image {
    height: 65.3944020356vw;
  }
  .features-section .features-item-content {
    padding: 44px 12px;
    gap: 8px;
  }
  .features-section .features-item-title {
    font-size: 24px;
    line-height: 147.325%;
  }
  .features-section .features-item-description {
    font-size: 16px;
    line-height: 168.099%;
  }
  .features-section .features-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
}

/*# sourceMappingURL=section-features.css.map */
