.watherseal-whychooseus-main-wrapper>.cmp-container {
    max-width: 1356px;
    width: 100%;
    margin: 0 auto;
}

.watherseal-whychooseus-main-wrapper .cmp-text h2 {
    font-family: Archivo;
    font-weight: 500;
    font-size: 28px;
    line-height: 101%;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(91.6deg, #7C35E9 37.67%, #3A3A3A 52.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.watherseal-whychooseus-main-component>.cmp-container {
    display: flex;
    margin: 0 auto;
    gap: 12px;
}

.watherseal-whychooseus-teaser {
    width: 15.93%;
}

.watherseal-whychooseus-teaser .cmp-teaser {
    padding: 30px 19px 30px 30px;
    border: 1px solid #E6E7EB;
    border-radius: 12px;
    height: 100%;
}

.watherseal-whychooseus-teaser .cmp-image {
    width: 54px;
    height: 54px;
}

.watherseal-whychooseus-teaser .cmp-image__image {
    width: 100%;
    height: 100%;
}

.watherseal-whychooseus-teaser .cmp-teaser__description p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #202129;
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    /* .watherseal-whychooseus-main-wrapper>.cmp-container {
        padding: 0 0 0 16px;
    } */

    .watherseal-whychooseus-main-component>.cmp-container {
        gap: 8px;
        overflow: scroll;
        padding: 0 16px;
    }

    .watherseal-whychooseus-main-wrapper .cmp-text h2 {
        font-size: 24px;
        line-height: 101%;
        letter-spacing: 0;
        background: linear-gradient(91.6deg, #7C35E9 6.67%, #3A3A3A 58.86%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 24px;
    }

    .watherseal-whychooseus-main-component>.cmp-container::-webkit-scrollbar {
        display: none;
    }

    .watherseal-whychooseus-teaser .cmp-image {
        width: 44px;
        height: 44px;
    }

    .watherseal-whychooseus-teaser {
        width: 46.7%;
    }

    .watherseal-whychooseus-teaser .cmp-teaser {
        padding: 20px 12px;
        border-radius: 8px;
        width: 151px;
    }

    .watherseal-whychooseus-teaser .cmp-teaser__description p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }
}