section.banner {
  background-image: url(../img/reseller-program.png);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.purpos-builts-text p a {
  color: #1264a3;
}

.featured-freelancer-titles h2,
.featured-freelancer-titles p {
  text-align: center;
}

.feature-freelancer-box img {
  margin: auto;
  margin-bottom: 30px;
}

.purpos-builts {
  padding: 43px 0px 20px;
}

.purpos-freelance {
  text-align: center;
}

.purpos-freelance img {
  width: 100%;
  max-width: 46px;
  margin: auto;
  margin-bottom: 31px;
}

.purpos-freelance h3,
.purpos-freelance p {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.purpos-builts-text .row {
  gap: 30px 0;
}

.apply-reseller {
  text-align: center;
  margin: 70px 0 0;
  gap: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* featured-freelancer */
.featured-freelancer {
  padding: 60px 0;
}

.featured-freelancer-titles h2 {
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}

.purpos-builts-text h4 {
  font-weight: 700;
}

.featured-freelancer-titles p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.featured-freelancer-titles .row {
  gap: 60px 0;
}

.feature-freelancer-box {
  background: transparent;
  border: 2px solid #00000038;
  padding: 20px;
  border-radius: 7px;
  height: 100%;
}

.reller-page .feature-freelancer-box img {
  max-width: 46px !important;
}

.feature-freelancer-box img {
  margin: auto;
  margin-bottom: 30px;
}

.feature-freelancer-box h3 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.featured-freelancer-titles h2,
.featured-freelancer-titles p {
  text-align: center;
}

.featured-freelancer-titles p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.feature-freelancer-box a {
  color: #1264a3;
}

.apply-reseller a:nth-child(2) {
  background: none !important;
  border: 2px solid #007dff;
  color: #007dff;
  box-shadow: none;
  line-height: 1.2;
}

section.powering-business {
  background: linear-gradient(97.62deg, #0693e3 0%, #03a0ca 100%);
  padding: 21px 0;
}

.powering-business-img img {
  width: 100%;
  max-width: 220px;
  margin: auto;
}

.powering-business-content h4 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.powering-business-content p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.powering-business-content a {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  color: #171717;
  padding: 13px 42px;
  background: #fff;
  line-height: 1;
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px #00000040;
}

@media (max-width: 991px) {
  .featured-freelancer-titles .row {
    gap: 20px 0;
  }

  .apply-reseller a {
    font-size: 18px;
  }

  .featured-freelancer {
    padding: 10px 0 40px;
  }

  .purpos-builts {
    padding: 35px 0;
  }

  .featured-freelancer .apply-reseller a:nth-child(2) {
    padding: 18px 30px;
  }
}

@media (max-width: 991px) {
  .apply-reseller {
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .featured-freelancer .apply-reseller a:nth-child(2) {
    margin-left: 0px;
    padding: 16px 30px;
    margin-top: 15px;
  }

  .apply-reseller a {
    padding: 5px 20px;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
    text-align: center;
  }

  .featured-freelancer-titles h2 {
    font-size: 18px;
  }

  .featured-freelancer {
    padding: 4px 0px 32px;
  }

  .purpos-builts-text p,
  .purpos-freelance p,
  .featured-freelancer-titles p,
  .powering-business-content p {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
  }

  .compliance-scans p {
    font-size: 13px;
    margin-top: 13px;
    margin-bottom: 0;
    line-height: 14px;
  }

  p,
  .feature-freelancer-box a {
    font-size: 13px !important;
    margin-top: 13px;
    margin-bottom: 0;
    line-height: 20px !important;
  }

  .feature-freelancer-box a {
    text-align: center;
    width: 100%;
  }

  .powering-business-content a {
    font-size: 14px;
    max-width: 100%;
    border-radius: 4px;
    padding: 13px 22px;
  }

  section.banner {
    padding: 40px 0;
    background-position: right;
  }

  .compliance-scans h2 {
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 0;
  }

  .powering-business-img img {
    max-width: 160px;
  }

  .powering-business-content {
    margin-top: 0;
  }

  .powering-business-content h4 {
    font-size: 17px;
    margin-bottom: 0 !important;
  }

  .powering-business-content p {
    margin-top: 0;
    text-align: left;
  }

  .powering-business-content a.chat-text {
    text-align: center;
    margin: inherit;
    max-width: max-content;
    display: block;
    border-radius: 3px;
    padding: 9px 22px;
    font-size: 12px;
  }

  .purpos-builts-text>p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .powering-business-img img {
    max-width: 60px;
  }
}