.affiliate-hero {
  padding: 80px 0 50px 0;
  background-color: #f7f6ff;
}
.affiliate-hero .text {
  text-align: center;
}
.affiliate-hero .text h1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px auto;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .affiliate-hero .text h1 {
    font-size: 32px;
  }
}
.affiliate-hero .text h1 b, .affiliate-hero .text h1 strong {
  color: #00A9FF;
  font-weight: 600;
}
.affiliate-hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}
.affiliate-hero .text p:last-of-type {
  margin-bottom: 30px;
}
.affiliate-hero .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

/* Affiliate about */
.affiliate-about {
  padding: 50px 0;
}
.affiliate-about .text {
  text-align: center;
}
.affiliate-about .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .affiliate-about .text h2 {
    font-size: 32px;
  }
}
.affiliate-about .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .affiliate-about .flex {
    flex-direction: column;
  }
}
.affiliate-about .flex .col {
  width: 33.3%;
}
@media only screen and (max-width: 768px) {
  .affiliate-about .flex .col {
    width: 100%;
  }
}
.affiliate-about .flex .col .item {
  text-align: center;
  margin-bottom: 50px;
}
.affiliate-about .flex .col .item .icon {
  margin-bottom: 16px;
  height: 110px;
}
.affiliate-about .flex .col .item .icon img {
  height: inherit;
}
.affiliate-about .flex .col .item h3 {
  margin-bottom: 30px;
  color: #00A9FF;
  font-size: 32px;
  font-weight: 600;
}
.affiliate-about .flex .col .item p {
  width: 100%;
  max-width: 245px;
  margin: 0 auto 16px auto;
}
@media only screen and (max-width: 768px) {
  .affiliate-about .flex .col .item p {
    max-width: 100%;
  }
}
.affiliate-about .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.affiliate-for {
  padding: 50px 0;
  background-color: #f7f6ff;
}
.affiliate-for .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .affiliate-for .text h2 {
    font-size: 32px;
  }
}
.affiliate-for .text p {
  margin-bottom: 60px;
}
.affiliate-for .text h3 a {
  color: #00A9FF;
  text-decoration: underline;
}

.affiliate-how {
  padding: 50px 0;
}
.affiliate-how .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .affiliate-how .text h2 {
    font-size: 32px;
  }
}
.affiliate-how .text p {
  margin-bottom: 30px;
}
.affiliate-how .text h3 {
  color: #00A9FF;
}

.affiliate-terms {
  padding: 50px 0;
  background-color: #f7f6ff;
}
.affiliate-terms .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .affiliate-terms .text h2 {
    font-size: 32px;
  }
}
.affiliate-terms .text ol li {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3;
}

.affiliate-faqs {
  padding: 50px 0;
}
.affiliate-faqs .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .affiliate-faqs .text h2 {
    font-size: 32px;
  }
}
.affiliate-faqs .text p {
  margin-bottom: 30px;
}
.affiliate-faqs .text h3 {
  color: #00A9FF;
}
.affiliate-faqs .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=affiliate.css.map */
