.start-mlm-journey-section {
  background-image: url("/assets/images/services/startmlm-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.start-mlm-journey-section .cta-content .title {
  font-size: 40px;
  letter-spacing: 0px;
  margin-top: 30px;
}

.start-mlm-journey-section .contact-btn::after {
  background: linear-gradient(110deg, #03056f 1%, #011504, #025904) !important;
  border: none !important;
}

.start-mlm-journey-section .cta-content .desc {
  color: #9f9f9f;
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.2;
  font-weight: 100 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .start-mlm-journey-section .cta-content .title {
    font-size: 36px;
    margin-top: 20px;
  }
  .start-mlm-journey-section .cta-content .desc {
    font-size: 19px;
    margin-top: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .start-mlm-journey-section .cta-content .title {
    font-size: 35px;
    margin-top: 0px;
  }
  .start-mlm-journey-section .cta-content .desc {
    font-size: 17px;
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .start-mlm-journey-section .cta-content .title {
    font-size: 30px;
    margin-top: 0px;
  }
  .start-mlm-journey-section .cta-content .desc {
    font-size: 15px;
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .start-mlm-journey-section .cta-content .title {
    font-size: 20px;
    margin-top: 0px;
  }
  .start-mlm-journey-section .cta-content .desc {
    font-size: 14px;
    margin-top: 12px;
  }
}
