.about_main .breadcrumbs a,
.about_main .breadcrumbs p {
  color: #020f4e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.about_main .breadcrumbs {
  display: flex;
  gap: 5px;
}
.about__body h1,
.about__body h2 {
  font-size: 38px !important;
}
.about_main h1 {
  padding: 20px 0;
}
.about_main .main_text {
  color: #020f4e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.01px;
}

.about_main .items {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
  gap: 16px;
}

.about_main .item {
  display: flex;
  gap: 10px;
}

.about_main .item p {
  color: #020f4e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.67px;
}
.about_main .item .img {
  border-radius: 21.33px;
  background: #020f4e;
  width: 21.32px;
  flex-shrink: 0;
  height: 21.33px;
}
.about_main .item span {
  font-weight: 700;
}
.mySwiper3 .swiper-slide {
  padding: 50px;
  border-radius: 26.67px;
}
.mySwiper3 .swiper-slide h3,
.mySwiper3 .swiper-slide p {
  max-width: 280px;
  color: #020f4e;
}
.arrows {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.arrows div {
  position: static;
  cursor: pointer;
}

.about_wind .items {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.about_wind .items .item {
  display: flex;
  flex-direction: column;
}
.about_wind .items .big {
  color: #f3f3f3;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 52.01px;
  letter-spacing: -0.267px;
  padding-bottom: 23px;
  border-bottom: 1px solid #fff;
}

.about_wind .item-title {
  padding: 23px 0 16px 0;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.267px;
}
.about_wind .item-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.533px;
}
.bg-gradient-to-b {
  background: linear-gradient(211deg, #17319f -47.33%, #175c84 45.08%);
}

.about_reviews .swiper-slide {
  padding: 36px;
  border-radius: 26.67px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about_reviews .swiper-slide .upper {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.about_reviews .swiper-slide img {
  width: 77px;
  height: 77px;
}
.swiper {
  padding-bottom: 10px;
}
.about_reviews .swiper-slide .info {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.about_reviews .swiper-slide .name {
  color: #323232;
  font-size: 21.3px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 32.01px;
}
.about_reviews .swiper-slide .slide-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}
.title_bg {
  color: #fff;
  text-align: center;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
}

.money {
  position: absolute;
  z-index: 2;
  right: -100px;
  top: -20px;
  width: 237.957px;
  height: 191px;
  flex-shrink: 0;
}

.hend {
  position: absolute;
  left: -150px;
  width: 298.783px;
  height: 394px;
  flex-shrink: 0;
  top: 100px;
}
.money_one {
  position: absolute;
  bottom: -100px;
  right: -80px;
  z-index: -1;
}
.flex svg {
  height: 22px !important;
  width: 22px !important;
}
.welcome-form {
  max-width: 500px;
  margin: 0 auto;
}
.bottom_sec {
  max-width: 1200px;
  margin: 0 auto;
}
.mySwiper3 .swiper-wrapper {
  padding-bottom: 25px;
  padding-top: 25px;
}
.mySwiper4 .swiper-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .about__body h2,
  .about__body h1 {
    font-size: 55px !important;
    line-height: 52.01px !important;
  }
  .mySwiper3 .swiper-slide {
    height: 300px;
  }
  .about_main .main_text {
    font-size: 20px;
  }
  .about_main .items {
    margin-top: 32px;
    gap: 20px;
  }
  .about_main .item {
    align-items: center;
  }
  .about_main .item p {
    font-size: 18.8px;
  }
  .welcome-form {
    margin-top: 64px;
  }
  .mySwiper3 .swiper-slide h3 {
    margin-bottom: 20px;
  }
  .mySwiper3 .swiper-slide h3,
  .mySwiper3 .swiper-slide p {
    font-size: 18.8px;
  }
  .mySwiper3 .swiper-wrapper {
    padding-bottom: 65px;
    padding-top: 40px;
  }
  .mySwiper4 .swiper-wrapper {
    padding-bottom: 65px;
    padding-top: 40px;
  }

  .about_wind .items {
    padding-top: 0;
    padding-bottom: 150px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .about_wind .items .item {
    width: calc(50% - 15px);
  }
  .about_wind .items .big {
    font-size: 42px;
  }
  .about_wind .item-title {
    font-size: 26.7px;
    line-height: 33px;
  }
  .about_wind .item-text {
    line-height: 24px;
    margin-top: auto;
  }
  .about_reviews .swiper-slide {
    align-items: center;
  }
  .about_reviews .swiper-slide .upper {
    align-items: center;
    justify-content: center;
  }
  .about_reviews .swiper-slide .slide-text {
    font-size: 20px;
    line-height: 32.01px;
  }
  .about_reviews .swiper-slide {
    height: 380px;
  }
  .title_bg {
    font-size: 28px !important;
    line-height: 152%;
  }
  .btn-new {
    color: #0c0c20;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 152%;
  }
  .btn-wrap {
    padding: 5px 0 !important;
    max-width: 280px !important;
  }
  .money {
    width: 375px;
    height: 301px;
    right: -50px;
    top: -80px;
  }
  .hend {
    width: 364px;
    height: 480px;
    top: 50px;
  }
  .money_one {
    width: 433px;
    height: 543px;
    bottom: -200px;
  }
  .mySwiper3,
  .mySwiper4 {
    padding-top: 100px !important;
  }
}

@media (min-width: 1440px) {
  .about_main {
    display: flex;
    justify-content: center;
    gap: 300px;
  }
  .content {
    max-width: 700px;
  }
  .about_wind .item-text,
  .about_wind .item-title {
    margin-right: 15px;
  }
  .welcome-form {
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 !important;
  }
  .margin-fix {
    margin: 0;
  }
  .money_one {
    bottom: 0;
    right: 0;
  }
  .about_main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about_wlider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mySwiper3 .swiper-slide {
    height: 250px;
  }
  .mySwiper3,
  .mySwiper4 {
    max-width: 1200px;
  }
  .hend {
    left: -50px;
  }
  .about_wind .items {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
  }
  .about_wind .items .item {
    width: 25%;
  }
  .big {
    font-size: 35px !important;
  }
  .about_reviews .swiper-slide {
    height: 300px;
  }
  .btn-wrap {
    padding: 10px 0 !important;
    max-width: 280px !important;
  }
  .height-fix {
    height: 200px !important;
  }
  .title_bg {
    font-size: 40px !important;
  }
  .money {
    width: 550px;
    height: auto;
  }
  .arrows {
    position: static;
  }
  .arrows div {
    position: absolute;
  }
  .img-little {
    height: 150px !important;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .mySwiper3 .swiper-wrapper {
    padding-bottom: 115px;
  }
  .mySwiper4 .swiper-wrapper {
    padding-bottom: 115px;
  }
  .mySwiper3,
  .mySwiper4 {
    padding-top: 95px !important;
  }
}
