.about {
  background-color: #F5F5F5;
  padding: 60px 0;
}

.about__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about__left {
  margin-right: 10px;
}

.about_swiper {
  background-color: #FFFFFF;
  max-width: 400px;
  width: 100%;
  height: 537px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.about__right {
  max-width: 690px;
  width: 100%;
}

.about__title {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 48px;
  line-height: 129%;
  color: #333333;
  padding-bottom: 35px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 35px;
}

.about__title span {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 48px;
  line-height: 129%;
  color: #86AC66;
}

.about__text {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 40px;
}

.about__btn {
  width: 194px;
  height: 48px;
  background: #86AC66;
  border-radius: 2px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.about__btn:hover {
  background: #4B6F2E;
}

.about__img {
  max-width: 340px;
  width: 100%;
  height: auto;
}

.about .swiper-button-next:after,
.about .swiper-button-prev:after {
  display: none;
}

.navigation {
  display: flex;
  width: 145px;
  justify-content: space-between;
}

.about .nav__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.about .swiper-button-prev,
.about .swiper-button-next {
  position: initial;
}

.about .fraction-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 31px;
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
}

.about .fraction-pagination .current__slide {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #86AC66;
}

.about .nav__holder {
  margin-top: 15px;
}

@media (max-width: 425px) {
  .about_swiper {
    max-width: 290px;
    height: 390px;
  }

  .about__img {
    max-width: 250px;
  }

  .about__title {
    font-size: 30px;
  }

  .about__title span {
    font-size: 30px;
  }

  .about__inner {
    justify-content: center;
  }
}