.payoutsSection {
  padding: 51px 0;
  background-color: #1E292F;
  position: relative;
}
@media screen and (max-width: 767px) {
  .payoutsSection {
    padding: 40px 0;
    overflow: hidden;
  }
}

.payoutsSectionBackground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (max-width: 860px) {
  .payoutsSectionBackground {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .payoutsSectionBackground {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.payoutsSectionText {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
  color: #fff;
  max-width: 864px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .payoutsSectionText {
    font-size: 16px;
    line-height: 24px;
  }
}

.payoutsAdvantage {
  display: flex;
  flex-wrap: wrap;
  border: 0 solid #647882;
  border-width: 0 0 1px 1px;
}
@media screen and (max-width: 767px) {
  .payoutsAdvantage {
    flex-direction: column;
  }
}

.payoutsAdvantageItem {
  padding: 24px;
  width: 50%;
  border: 0 solid #647882;
  border-width: 1px 1px 0 0;
}
@media screen and (max-width: 767px) {
  .payoutsAdvantageItem {
    width: 100%;
    padding: 16px;
  }
}

.payoutsAdvantageItemTitle {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1AE5A1;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .payoutsAdvantageItemTitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

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