.watherseal-informative-main-component>.cmp-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.watherseal-brand-info {
    width: 44.53%;
}

.watherseal-brand-achivements {
    width: 55.46%;
}

.watherseal-brand-info-teaser .extended-teaser-img_desk {
    width: 257px;
    height: 100px;
}

.watherseal-brand-info-teaser .extended-teaser-img_mob {
    display: none;
}

.watherseal-brand-info-teaser .cmp-teaser__description h2 {
    font-family: Archivo;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: transparent;
    background: linear-gradient(91.6deg, #7C35E9 -36.33%, #3A3A3A 31.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
    max-width: 440px;
}

.watherseal-brand-info-teaser .cmp-teaser__description p {
    font-family: Archivo;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #4D4D4D;
    max-width: 440px;
    margin-top: 20px;
}

.watherseal-brand-achivements .cmp-container {
    display: flex;
    flex-wrap: wrap;
}

.watherseal-brand-achivements-teaser {
    width: 50%;
}

.watherseal-brand-achivements-teaser .cmp-teaser .cmp-teaser__description h2 {
    font-family: Archivo;
    font-weight: 200;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0;
    color: #0067B3;
}

.watherseal-brand-achivements-teaser .cmp-teaser .cmp-teaser__description p {
    font-family: Archivo;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0067B3;
    margin-top: 10px;
}

.watherseal-brand-achivements-teaser:nth-child(1) {
    border-bottom: 1.5px solid #E6E7EB;
    border-right: 1.5px solid #E6E7EB;
    padding-top: 39px;
    padding-bottom: 55px;
    padding-left: 40px;
}

.watherseal-brand-achivements-teaser:nth-child(2) {
    border-bottom: 1.5px solid #E6E7EB;
    padding-top: 39px;
    padding-bottom: 55px;
    padding-left: 55px;
}

.watherseal-brand-achivements-teaser:nth-child(3) {
    border-right: 1.5px solid #E6E7EB;
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.watherseal-brand-achivements-teaser:nth-child(4) {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 55px;
}

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

    .watherseal-informative-main-component>.cmp-container {
        max-width: unset;
        width: 100%;
        display: block;
        padding: 0 16px;
    }

    .watherseal-brand-info {
        width: 100%;
    }

    .watherseal-brand-achivements {
        width: 100%;
    }

    .watherseal-brand-info-teaser .extended-teaser-img_desk {
        display: none;
    }

    .watherseal-brand-info-teaser .extended-teaser-img_mob {
        display: block;
        width: 154px;
        height: 60px;
    }

    .watherseal-brand-info-teaser .cmp-teaser__description h2 {
        font-family: Archivo;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0;
        color: transparent;
        background: linear-gradient(91.6deg, #7C35E9 -36.33%, #3A3A3A 31.86%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 24px;
        max-width: unset;
    }

    .watherseal-brand-info-teaser .cmp-teaser__description p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0;
        color: #4D4D4D;
        margin-top: 12px;
        max-width: unset;
    }

    .watherseal-brand-achivements-teaser .cmp-teaser .cmp-teaser__description h2 {
        font-weight: 300;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .watherseal-brand-achivements-teaser .cmp-teaser .cmp-teaser__description p {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
        margin-top: 4px;
        max-width: 145px;
    }

    .watherseal-brand-achivements .cmp-container {
        margin-top: 20px;
    }

    .watherseal-brand-achivements-teaser:nth-child(1) {
        border-bottom: 1.5px solid #E6E7EB;
        border-right: 1.5px solid #E6E7EB;
        padding-top: unset;
        padding-bottom: 24px;
        padding-left: unset;
    }

    .watherseal-brand-achivements-teaser:nth-child(2) {
        border-bottom: 1.5px solid #E6E7EB;
        padding-top: unset;
        padding-bottom: 24px;
        padding-left: 19px;
    }

    .watherseal-brand-achivements-teaser:nth-child(3) {
        border-right: 1.5px solid #E6E7EB;
        padding-top: 24px;
        padding-bottom: unset;
        padding-left: unset;
    }

    .watherseal-brand-achivements-teaser:nth-child(4) {
        padding-top: 24px;
        padding-bottom: unset;
        padding-left: 19px;
    }
}