
.infoPartnersBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
}

.infoPartnersBanner {
  display: flex;
  position: relative;
  padding: 62px 0;
  overflow: hidden;
  background-color: #1E292F;
}
@media screen and (max-width: 767px) {
  .infoPartnersBanner {
    padding: 40px 0;
  }
}
.infoPartnersBanner p {
  font-size: 24px;
  font-weight: 100;
  line-height: 36px;
  color: #fff;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .infoPartnersBanner p {
    font-size: 16px;
    line-height: 24px;
  }
}
.infoPartnersBanner .container {
  z-index: 1;
  position: relative;
}

.infoPartnersBannerBackground {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .infoPartnersBannerBackground {
    width: auto;
  }
}