/* affiliate page css start */
.hero-area {
  position: relative;
}

@media (max-width: 575px) {
  .affiliate-hero .hero-content__para {
    font-size: 18px;
  }
}

.hero-section-image {
  position: absolute;
  right: 0;
  bottom: -25px;
  max-width: 260px;
  z-index: 2;

  @media (max-width: 991px) {
    max-width: 200px;
  }

  @media (max-width: 575px) {
    max-width: 160px;
    bottom: -15px;
  }
}

.overview-card-area {
  position: relative;
  z-index: 1;
}

.overview-card-wrapper.three-grid {
  max-width: 100%;
}

.overview-card-wrapper.three-grid .overview-card {
  width: calc((100% / 3) - 40px);
}

@media (max-width: 991px) {
  .overview-card-wrapper.three-grid .overview-card {
    width: calc((100% / 2) - 20px);
  }
}

@media (max-width: 575px) {
  .overview-card-wrapper.three-grid .overview-card {
    width: 100%;
  }
}


.promote-section {
  padding-block: 120px;
}

@media (max-width: 575px) {
  .promote-section {
    padding-block: 80px;
  }

  .promote-section .section-header {
    padding-bottom: 48px;
  }
}

.promote-section .section-title p {
  font-size: 16px;
  font-weight: normal;
  max-width: 466px;
}

.promote-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.promote-item {
  background-color: #F1F5F9;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
}

.promote-item .title {
  font-size: 20px;
  color: #1E293B;
  margin-top: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}

.academic-honesty {
  padding-top: 200px;
  padding-bottom: 200px;
}

.academic-honesty .section-header h2, .academic-honesty .section-header h1 {
  font-weight: 700;
  color: #1e293b;
}

.academic-honesty .section-header {
  padding-bottom: 64px;
}

.academic-honesty-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0F172A;
}

.academic-honesty-content {
  max-width: 980px;
  margin-inline: auto;
}

.academic-honesty-content p {
  margin-bottom: 32px;
}

.list-disc {
  list-style-type: disc;
}

@media (max-width: 575px) {
  .academic-honesty .section-header {
    padding-bottom: 48px;
  }
  .academic-honesty .section-header h2, .academic-honesty .section-header h1 {
    font-size: 44px !important;
    color: #1e293b;
  }

  .academic-honesty {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .academic-honesty .section-header h2, .academic-honesty .section-header h1 {
    font-size: 54px;
    color: #1e293b;
  }
}

/* affiliate page css end */