.about {
  margin-top: 80px;
}
.about__swiper {
  margin: 0 auto;
  width: 1112px;
  overflow: hidden;
}
.about__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__controls {
	margin-right: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.about__controls button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about__arrow-prev circle,
.about__arrow-next circle {
  fill: currentColor;
}
.about__wrapper {
  margin-top: 29px;
}
.about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.about__item-img {
  width: 100%;
  max-width: 475px;
}

.about__item-desc {
  justify-self: flex-start;
  max-width: 486px;
  margin: 0;

  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #0d2a5b;
}

@media (max-width: 1199px) {
  .about {
    margin-top: 48px;
  }
  .about__swiper {
    max-width: 667px;
  }
  .about__wrapper {
    margin-top: 18px;
  }
  .about__item {
    gap: 48px;
  }
  .about__item-img {
    max-width: 285px;
  }
  .about__item-desc {
    font-size: clamp(12px, 1.563vw, 20px);
  }
  .about__controls {
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .about__swiper {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .about {
    margin-top: 40px;
  }
  .about__swiper {
    width: 330px;
  }
  .about__item {
		padding-bottom: 22px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
    gap: 12px;
  }
  .about__item-img {
    max-width: 100%;
  }
  .about__item-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
  }
  .about__controls {
		margin-right: 0;
    gap: 10px;
  }
}
