/* Distriubutorship Banner */
section.distributorship-banner {
  background: url("/wp-content/themes/cplgroup/assets/img/distributorship/distributorship-hero.jpg")
    no-repeat center center/cover;
  height: 700px;
  position: relative;
}

section.distributorship-banner .row {
  height: 100%;
  width: auto;
  background: #0008;
  color: #fff;
}

@media (min-width: 1399px) {
    .distributor-banner-content {
        width: 90%;
    }
}

@media (max-width: 1398px) {
    .distributor-banner-content {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .distributor-banner-content {
        width: 100%;
    }
}
/* Distriubutorship Banner */

/* Become a distributor */
section.distributor-section ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../../assets/img/global/industries-icon/check.png);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}
/* Become a distributor */

/* Distributorship Form */
section.distributorship-form {
  background: var(--light-gray);
}
section.distributorship-form .contact--info a {
  color: var(--black);
}

@media (max-width: 991px) {
  section.distributorship-form .row.distributor-row {
    flex-direction: column-reverse;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  section.distributorship-form .contact--info .contact-info-flex {
    justify-content: start;
  }
}
/* Distributorship Form */
