.ced-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: transparent;
}

.banner-section {
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    background-color: var(--ced-black-color);
}

.banner-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/05/tiktok-banner-1.png);
    width: 130%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 65px;
        line-height: 80px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .banner-section h1 {
        font-size: 54px;
        line-height: 68px;
    }

}


@media screen and (min-width: 768px) and (max-width: 1199px) {

    .banner-section h1 {
        font-size: 45px;
        line-height: 60px;
    }

}

@media screen and (min-width:992px) {


    .banner-section {
        padding: 210px 0px 100px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    .banner-section {
        padding: 150px 0px 80px;
    }

}

@media screen and (max-width: 767px) {
    .banner-section {
        padding: 140px 0px 60px;
    }

    .strip-header .banner-section {
        padding-top: 195px;
    }

    .banner-section h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

/* end banner */

.feature-subtext {
    font-size: 15px;
    line-height: 28px;
    color: var(--ced-grey-60);
}

.feature-head {
    font-size: 19px;
    color: var(--ced-grey-60);
    font-family: var(--ced-montserrat-b);
}

.certificate-card {
    border-radius: 20px;
    background-color: var(--ced-bg-gray);
    background-image: linear-gradient(102deg, rgba(65, 59, 188, 0.12) 1.14%, rgba(102, 237, 120, 0.13) 48.58%, rgba(242, 175, 41, 0.09) 99.97%);
    max-width: 1100px;
}

@media screen and (min-width: 768px) {
    .certificate-card img {
        position: absolute;
        left: 30px;
        max-width: 85px;
    }

    .certificate-card {
        padding: 30px 30px 30px 140px;
    }
}

@media screen and (min-width: 576px) {


    .feature-subhead {
        line-height: 30px;
    }

}

@media screen and (max-width: 767px) {
    .certificate-card img {
        max-width: 70px;
        margin-bottom: 20px;
    }

    .certificate-card {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 575px) {

    .feature-subhead {
        font-size: 15px;
        line-height: 28px;
    }
}

.gdpr-rights-section {
    background-color: var(--ced-black-color);
    z-index: 1;
    overflow: hidden;
}

.gdpr-card {
    max-width: 1100px;
}

.gdpr-rights-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(https://d3vlhkqyz4y38a.cloudfront.net/skin/frontend/cedcomnew/default/images/channel-advisor/looking-for-something-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: .8;
    z-index: -1;
}

.gdpr-rights-section::after {
    content: "";
    position: absolute;
    width: 100%;
    left: -200px;
    bottom: -300px;
    z-index: -1;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/02/bgg-homees.png);
    background-repeat: no-repeat;
    background-size: 35% 100%;
    animation-direction: alternate;
}

.gdpr-rights-list {
    background-image: url(/wp-content/uploads/2024/01/check-circle.svg);
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 18px;
}

.compliance-card {
    max-width: 1100px;
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
}

.highlighted-text {
    background-color: var(--ced-white-color);
    border-radius: 12px;
    max-width: 540px;
    color: var(--ced-grey-60);
}

.hover-line {
    font-family: var(--ced-montserrat-sb);
    padding: 0px 3px;
    position: relative;
}

.hover-line::before {
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 90%;
    content: "";
    position: absolute;
    transition: all 0.5s;
    background-color: var(--ced-blue-60);
    opacity: 0.12;
}

.hover-line:hover::before {
    height: 5%;
}

@media screen and (min-width: 1200px) {

    .gdpr-rights-section::before {
        right: -200px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    .gdpr-rights-section::before {
        right: -330px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {

    .gdpr-rights-section::before {
        right: -370px;
    }
}

@media screen and (min-width: 992px) {
    .compliance-card {
        padding: 50px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .compliance-card {
        padding: 30px;
    }
}

@media screen and (min-width: 768px) {
    .gdpr-rights-list {
        background-position: left 3px;
        padding-left: 36px;
        line-height: 30px;
        background-size: 20px;
    }

    .compliance-card {
        border-radius: 24px;
    }

    .highlighted-text {
        padding: 15px 30px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    .gdpr-rights-list {
        background-position: left 5px;
        padding-left: 32px;
        line-height: 28px;
        background-size: 18px;
        font-size: 15px;
    }

    .compliance-card {
        padding: 30px 25px;
        border-radius: 20px;
    }

    .highlighted-text {
        padding: 15px 20px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (max-width: 575px) {

    .gdpr-rights-section::before {
        right: -300px;
    }

}