.b-integrate {
  padding: clamp(70px, 6vw, 80px) 0 clamp(70px, 7vw, 100px);
  background: linear-gradient(177.28deg, #b9f4ec 50.24%, #79b6f1 128.34%);
  z-index: 1;
  overflow: hidden;
}

.b-integrate__bg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.b-integrate__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: soft-light;
}

.b-integrate__title {
  margin-bottom: 100px;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 50px);
  line-height: 120%;
  margin-bottom: clamp(45px, 8vw, 100px);
}

.b-integrate__gallery {
  margin-top: clamp(45px, 8vw, 100px);
  gap: clamp(28px, 3vw, 50px);
}

.b-integrate__gallery img {
  max-height: clamp(30px, 3vw, 60px);
  object-fit: contain;
  aspect-ratio: 19/7;
}

.b-integrate__item {
  background: #150a66;
  border: 1px solid #8be7de;
  border-radius: 16px;
  padding: clamp(26px, 4vw, 36px) clamp(30px, 3vw, 50px);
  color: #fff;
  gap: clamp(23px, 2vw, 32px);
  height: auto;
}

.b-integrate__item-icon {
  width: clamp(68px, 5vw, 92px);
  height: clamp(68px, 5vw, 92px);
  padding: 18px;
  border: 1px solid #9fd2f2;
  background: linear-gradient(180deg, #bcdeff 0%, #d8ecff 100%);
  border-radius: 50%;
}

.b-integrate__item-title {
  font-family: Poppins;
  font-weight: 800;
  font-size: clamp(23px, 1.7vw, 32px);
  line-height: 1.1;
  color: #9ff0eb;
}

.b-integrate__item-text {
  font-family: Parkinsans;
  font-size: clamp(15px, 1.1vw, 20px);
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .b-integrate .swiper {
    overflow: initial;
  }
}

@media screen and (max-width: 767px) {
  .b-integrate__slider {
    padding: 0 20px;
  }
}