@charset "utf-8";

@media screen and (min-width: 1100px) {
.features__inner {
  padding-left: 183px !important;
}
}

.features__top {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .features__top {
    overflow: visible;
  }
}

.features__swiper,
.features__swiper-wrapper,
.features__swiper-slide {
  position: relative;
}
.features__swiper {
  margin-top: 84px;

}
@media screen and (min-width: 1000px) {
  .features__swiper {
    width: auto;
    margin-right: -59px;
  }
}
@media screen and (min-width: 1100px) {
.features__swiper {
  margin-right: -99px;
}
}
.features__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.features__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 400 / 380;
  max-width: 400px;
}
.features__swiper-slide img {
  object-fit: cover;
  max-width: 400px;
  aspect-ratio: 400 / 380;
  width: 100%;
  height: 100%;
}

.features__wrap {
  margin-top: 141px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.features__title-en {
  display: flex;
  align-items: center;
  gap: 10px;
}
.features__title-en::before {
  content: "";
  background: #186A28;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.features__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  aspect-ratio: 853 / 320;
}
.features__imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features__img {
 aspect-ratio: 853 / 320;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .features__img {
    aspect-ratio: 853 / 320;
  }
}