.infoPartners {
  padding: 120px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .infoPartners {
    padding: 40px 0;
  }
}

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

.steps {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .steps {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.stepsItem {
  width: 33.3%;
  padding: 24px;
  position: relative;
  z-index: 1;
  border: 1px solid #647882;
  background-color: #131C20;
}
@media screen and (max-width: 767px) {
  .stepsItem {
    width: 100%;
  }
}
.stepsItem:nth-child(2) {
  background-color: #1AE5A1;
}
.stepsItem:nth-child(2) .stepsItemNumber,
.stepsItem:nth-child(2) .stepsTitle,
.stepsItem:nth-child(2) .stepsItemText {
  color: #000;
}

.stepsItemNumber {
  color: #1AE5A1;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
@media screen and (max-width: 767px) {
  .stepsItemNumber {
    font-size: 40px;
  }
}

.stepsTitle {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .stepsTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .stepsTitle {
    font-size: 24px;
  }
}

.stepsItemText {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
  color: #AAB5BB;
}
@media screen and (max-width: 767px) {
  .stepsItemText {
    font-size: 16px;
    line-height: 24px;
  }
}