.whats-affiliate {
  text-align: start;
  background-image: url("../../media/section-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #f2f5fb;
  z-index: 1;
  padding: 120px 0;
}

.whats-affiliate .section-inner {
  max-width: 840px;
}

.whats-affiliate .heading {
  font-size: 56px;
  line-height: 67.2px;
  font-weight: 600;
  color: #261d5f;
  margin-bottom: 32px;
}

.whats-affiliate .paragraph {
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 400;
  color: #292b65;
  padding-bottom: 1.2rem;
}

.whats-affiliate .paragraph:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.mw-840 {
  max-width: 840px;
}

@media (max-width: 767px) {
  .whats-affiliate .heading {
    font-size: 40px;
    line-height: 50px;
  }
}
