.partnersWrapper {
  background-color: white;
  border-radius: 40px;
  min-height: 200px;
  position: relative;
  width: 100%;
  margin: 0 auto 2% auto;
  padding: 2% 0%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1260px;
}

.partnersWrapper .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.partnersLogos_container {
  max-width: 1260px;
  margin: 0% auto 0% auto;
  padding: 0% 0% 0% 0%;
  position: relative;
}

.logoPartner-item {
  min-height: 50px;
  /* background-color: rgba(0, 0, 0, 0.2); */
  display: flex;
  align-items: center;
  justify-content: center;
}

img.logopartner_logo {
  width: 200px;
  display: block;
}

.partnersWrapper .swiper-button-next:after,
.partnersWrapper .swiper-button-prev:after {
  content: none;
}

.partnersWrapper .swiper-button-next i,
.partnersWrapper .swiper-button-prev i {
  color: var(--KB_darkBlue);;
  font-size: 45px !important;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.partnersWrapper .swiper-button-next:hover i,
.partnersWrapper .swiper-button-prev:hover i {
  color: var(--KB_darkBlue);;
  font-size: 45px !important;
  transform: scale(1.05);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.partnersWrapper .swiper-button-prev {
  left: 10px;
  top: 60px;
  transform: scale(0.7);
  transform-origin: center;
}

.partnersWrapper .swiper-button-next {
  right: 10px;
  top: 60px;
  transform: scale(0.7);
  transform-origin: center;
}

.partnersWrapper span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.partnersWrapper span.swiper-pagination-bullet {
  background:var(--KB_darkBlue);
}

.partnersWrapper:before {
  content: none;
  width: 100%;
  height: 40px;
  background-color: white;
  background-image: url(../img/partners_logos/bg-partners.svg);
  top: 0;
  left: 0;
  position: relative;
  z-index: 3;
  display: block;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partnersWrapper:after {
  content: none;
  width: 100%;
  height: 40px;
  background-color: white;
  background-image: url(../img/partners_logos/bg-partners.svg);
  bottom: 0;
  left: 0;
  position: relative;
  z-index: 3;
  display: block;
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.partnersLogos_container .avatarstitle {
  margin-bottom: 4%;
}

.avatarstitle {
  margin-bottom: 4%;
  position: relative;
  width: 100%;
}

.partnersWrapper {
  position: relative;
}

.partnersWrapper h2 {
  /* background-image: url(../img/partners_logos/rombitoPartners.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border: 3px solid var(--KB_darkBlue);
  border-radius: 30em;
  color: var(--KB_darkBlue);
  font-weight: 400;
  width: fit-content;
  font-size: 24px;
  line-height: 1;
  margin: 0% auto 2% auto;
  padding: 14px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  z-index: 2;
  position: relative;
}

.partnersWrapper .whiteLine {
  /* content: ""; */
  background-color: var(--KB_darkBlue);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* .partnersWrapper h2:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
} */

.swiper-pagination_partners {
  transform: translate(0, 26px) scale(0.9);
  transform-origin: center;
}


@media only screen and (max-width: 1023px) {
  .partnersWrapper {
    width: 95%;
    padding: 6% 0;
  }

  .partnersWrapper:before,
  .partnersWrapper:after {
    background-size: cover;
  }


  .partnersLogos_container {
    width: 100%;
    padding: 0% 0% 10% 0%;
  }

  .partnersWrapper h2:before {
    top: 52%;
    transform: translate(-50%, -50%) scale(1.4);
    z-index: -1;
    height: 2px;
    width: 260px;
  }

  .partnersWrapper h2 {
    position: relative;
    z-index: 3;
    font-size: 18px;
  }

  .swiper-pagination_partners {
    transform: translate(0, 23px) scale(0.7);
    transform-origin: center;
}

  /*   img.logopartner_logo {
    width: 100px;
  }
   */
}