#distributor {
    padding-top: 134px;
    padding-bottom: 90px;
}
#d-content:before {
    content: attr(data-heading);
    position: absolute;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8EAEB;
    font-size: 9.973958vw;
    letter-spacing: 0.1em;
    z-index: -1;
    top: -3vw;
    white-space: nowrap;
    text-align: center;
}
#d-content h1 {
	font-family: "bebas-neue-pro", sans-serif;
    letter-spacing: 0.1em;
    margin-top: 0;
    font-size: 64px;
    line-height: 0.7;
    text-transform: uppercase;
}
#d-content h1 span {
	font-family: "hyperwave", sans-serif;
    font-weight: normal;
    line-height: 1;
    font-size: 171.875%;
    text-transform: none;
    letter-spacing: normal;
}
#d-content p {
    width: 805px;
    max-width: 100%;
    margin: 0 auto 37px;
    font-size: 1.5em;
    line-height: 1.5;
}
.tab-headings {
    margin: 0 -15px 57px;
    overflow-x: auto;
    padding: 0 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tab-headings::-webkit-scrollbar {
    display: none;
}
.tab-headings .th-inner {
    border-radius: 36px;
    height: 72px;
    width: fit-content;
}
.tabs-heading {
    font-size: 26px;
    border-radius: 36px;
    padding: 0 39px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.tabs-heading.active-tab {
    color: #fff;
    background-color: #3CBACC;
}
.tabs-content {
    column-gap: 36px;
}
.tab-image,
.tab-text {
    border-radius: 20px;
}
.tab-image {
    height: 678px;
    flex-basis: 68.4375%;
    flex-grow: 0;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.tab-text {
    padding: 40px;
    flex-grow: 0;
}
.tab-text h4 {
    font-size: 2.75em;
    line-height: 1;
    margin-bottom: 20px;
}
.tab-text p {
    font-size: 22px;
    line-height: 1.72727273;
    margin-bottom: 20px;
}
.tab-text .button {
    height: 60px;
    width: 200px;
    border-radius: 15px;
    font-size: 1.5em;
    letter-spacing: 0.1em;
}
#d-banner {
    margin-top: 65px;
    padding: 43px 15px 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/distributor/logos-back.jpg);
	background-image: -webkit-image-set(url(../../images/distributor/logos-back.jpg) 1x, url(../../images/distributor/logos-back@2x.jpg) 2x);
    border-radius: 20px;
}
#d-banner h3 {
    letter-spacing: 0.1em;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 27px;
}
.db-bottom,
.db-logos {
    column-gap: 110px;
}
.db-bottom .button {
    height: 60px;
    width: 200px;
    border-radius: 15px;
    font-size: 1.5em;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
    .tab-headings .th-inner {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .tab-image {
        min-height: 460px;
        flex-basis: 50%;
    }
}
@media screen and (max-width: 991px) {
    #d-content h1 {
        line-height: 0.9;
    }
    .tab-contents {
        margin: 0 -15px;
    }
    .tabs-content {
        flex-direction: column;
    }
    .tab-image,
    .tab-text {
        border-radius: 0;
    }
    .tab-image {
        aspect-ratio: 1 / 0.61917808;
        width: auto;
        min-height: inherit;
        height: auto;
        flex-basis: auto;
        filter: none;
    }
    #d-banner {
        padding: 46px 15px 60px;
    }
    .db-bottom {
        flex-direction: column;
    }
    .db-bottom .button {
        margin: 26px auto 0;
    }
    .db-logos {
        column-gap: 45px;
    }
}
@media screen and (max-width: 767px) {
    #distributor {
        padding-top: 169px;
        padding-bottom: 70px;
    }
    #d-content:before {
        font-size: 72px;
        line-height: 60px;
        top: -50px;
        white-space: normal;
    }
    #d-content h1 {
        font-size: 2.125em;
        line-height: 0.97058824;
    }
    #d-content h1 span {
        font-size: 160%;
    }
    #d-content p {
        font-size: 1.125em;
        line-height: 1.555;
    }
    .tab-headings .th-inner {
        border-radius: 23px;
        height: 46px;
    }
    .tabs-heading {
        font-size: 19px;
        border-radius: 23px;
        padding: 0 33px;
    }
    .tab-text {
        padding: 47px 15px;
    }
    .tab-text h4 {
        font-size: 2.125em;
    }
    .tab-text p {
        font-size: 18px;
        line-height: 1.555;
        margin-bottom: 23px;
    }
    #d-banner {
        margin-top: 45px -15px 0;
        border-radius: 0;
    }
    #d-banner h3 {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 33px;
    }
    .db-logos {
    }
}
@media screen and (max-width: 567px) {
    #d-content .button {
        height: 60px;
        width: 200px;
        border-radius: 15px;
        font-size: 1.5em;
        letter-spacing: 0.1em;
        margin-bottom: 63px;
    }
    
}