section.why-matlin {
    background-color: #fff;
    padding: 84px 0 83px;
}

section.why-matlin .container-page .why-matlin-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;
    gap: 28px;
    padding: 0 33px;
}

section.why-matlin .container-page .left-column {
    width: 100%;
    max-width: 527px;
}

section.why-matlin .container-page .left-column .title {
    color: #211747;
    font-family: var(--font-header);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    /* 94.286% */
    text-transform: uppercase;
    display: block;
    padding-bottom: 31px;
    border-bottom: 1px solid #211747;
    position: relative;
    margin-bottom: 45px;
}

section.why-matlin .container-page .left-column .title:after {
    content: '';
    display: block;
    height: 3px;
    width: 98px;
    background-color: #211747;
    position: absolute;
    bottom: -1.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.why-matlin .container-page .left-column .description {
    color: #211747;
    font-family: var(--font-body);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}


section.why-matlin .container-page .left-column .feature-text {
    color: #C7A834;
    font-family: var(--font-body);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 105.263% */
}



.rated-column {
    width: 100%;
}

.rated-column .box-rated {
    border: 3px solid #DAB128;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
}

.rated-column .box-rated .title-rated {
    color: #211747;
    text-align: center;
    font-family: var(--font-header);
    font-size: 78.98px;
    font-style: normal;
    font-weight: 700;
    line-height: 49.143px;
    text-transform: uppercase;
    display: block;
    padding: 3px 24px;
    background-color: #fff;
    margin-top: -3px;
    margin-bottom: 16px;
}

.rated-column .box-rated .subtitle-rated {
    color: #211747;
    font-family: var(--font-header);
    font-size: 43.878px;
    font-style: normal;
    font-weight: 700;
    line-height: 49.143px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 51px;
}

.rated-column .box-rated .google-widget {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 61px;
}

.rated-column .box-rated .google-widget .col {
    display: flex;
    flex-direction: column;
    gap: 11px;
    color: #FCBA02;
    text-align: center;
    font-family: var(--font-body);
    font-size: 38.903px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.rated-column .box-rated .google-widget .col .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.rated-column .box-rated .google-widget .col .bottom {
    color: #211747;
    text-align: center;
    font-family: var(--font-body);
    font-size: 36.958px;
    font-style: normal;
    font-weight: 450;
    line-height: 1;
    /* 210.526% */
    text-transform: capitalize;
}


.rated-column .box-rated .cta-rated {
    padding: 0 24px;
    margin-bottom: -20px;
    background-color: #fff;
}

/*-------- Dark ---------*/
section.why-matlin.dark-theme {
    background-color: var(--blue-bg);
    background: url('../img/google-rating-bg.webp') no-repeat var(--blue-bg);
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 90;
}

.section.why-matlin.dark-theme .container-page{
        max-width: 1437px !important;
}

section.why-matlin.dark-theme .container-page .left-column .title {
    color: var(--color-yellow);
    border-bottom: 1px solid var(--color-yellow);
}

section.why-matlin.dark-theme .container-page .left-column .title:after {
    background-color: var(--color-yellow);
}

section.why-matlin.dark-theme .container-page .left-column .description {
    color: #FFF;
}

section.why-matlin.dark-theme .rated-column .box-rated .title-rated {
    background-color: var(--blue-bg);
    color: #fff;
}

section.why-matlin.dark-theme .rated-column .box-rated .subtitle-rated {
    color: #fff;
}

section.why-matlin.dark-theme .rated-column .box-rated .google-widget .col .bottom {
    color: #fff;
}

section.why-matlin.dark-theme .rated-column .btn-gold-primary:hover {
    background-color: #fff;
}

section.why-matlin.dark-theme .rated-column .box-rated .cta-rated {
    background-color: var(--blue-bg);
}

/*-------- Dark ---------*/

/*---------- ES ----------*/
section.why-matlin.is-es .rated-column .box-rated .title-rated{
    font-size: 65.98px;
}
section.why-matlin.is-es .rated-column .box-rated .title-rate{
    font-size: 40px;
}
section.why-matlin.is-es .container-page .left-column .title{
    font-size: 58px;
}
section.why-matlin.is-es .container-page .left-column .feature-text{
    font-size: 28px;
}
section.why-matlin.is-es .rated-column .box-rated .google-widget .col .bottom{
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}
/*---------- ES ----------*/

@media screen and (max-width: 1280px) {
    .rated-column .box-rated .title-rated {
        font-size: 56px;
    }
    .rated-column .box-rated .subtitle-rated{
        font-size: 40px;
    }
}
@media screen and (max-width: 1160px) {
    .rated-column .box-rated .title-rated {
        font-size: 50px;
    }
    .rated-column .box-rated .subtitle-rated{
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {

    section.why-matlin,
    section.why-matlin.dark-theme {
        background-color: #fff;
        background: #FFF;
        padding: 18px 0 35px;
    }

    section.why-matlin .container-page .why-matlin-row {
        flex-direction: column;
        padding: 0;
    }

    section.why-matlin .container-page .left-column,
    section.why-matlin.dark-theme .container-page .left-column {
        width: 100%;
        max-width: unset;
        padding: 56px 20px 41px;
        background-color: var(--color-dark-blue);
        color: #fff;
    }

    section.why-matlin .container-page .left-column .title,
    section.why-matlin.dark-theme .container-page .left-column .title {
        color: #FFF;
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        text-transform: uppercase;
        border-bottom-color: #406EB4;
        margin-bottom: 24px;
    }

    section.why-matlin .container-page .left-column .title:after,
    section.why-matlin.dark-theme .container-page .left-column .title:after {
        background-color: #406EB4;
    }

    section.why-matlin .container-page .left-column .description,
    section.why-matlin.dark-theme .container-page .left-column .description {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    section.why-matlin .container-page .left-column .feature-text {
        color: #C7A834;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }

    .rated-column {
        padding: 0 20px;
    }

    .rated-column .box-rated .title-rated {
        color: #1E1A34;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
        text-transform: uppercase;
    }

    .rated-column .box-rated .subtitle-rated {
        color: #1E1A34;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
        text-transform: uppercase;
    }

    .rated-column .box-rated .logo-google svg {
        width: 40px;
        height: 40px;
    }

    .rated-column .box-rated .google-widget .col {
        font-size: 22px;
        gap: 0;
    }

    .rated-column .box-rated .google-widget .col .top svg {
        width: 18px;
        height: 26px;
    }

    .rated-column .box-rated .google-widget .col .bottom {
        color: #211747;
        font-size: 20px;
        font-style: normal;
        font-weight: 450;
        line-height: 1;
        text-transform: capitalize;
    }

    .rated-column .box-rated .btn-gold-primary {
        font-size: 16px;
    }

    section.why-matlin.dark-theme .rated-column .box-rated .title-rated {
        background-color: #FFF;
        color: var(--color-dark-blue);
    }

    section.why-matlin.dark-theme .rated-column .box-rated .subtitle-rated {
        color: var(--color-dark-blue);
    }

    section.why-matlin.dark-theme .rated-column .box-rated .google-widget .col .bottom {
        color: var(--color-dark-blue);
    }

    section.why-matlin.dark-theme .rated-column .btn-gold-primary:hover {
        background-color: var(--color-dark-blue);
    }

    section.why-matlin.dark-theme .rated-column .box-rated .cta-rated {
        background-color: #fff;
    }

    section.why-matlin.is-es .rated-column .box-rated .title-rated{
    font-size: 32px;
    }
    section.why-matlin.is-es .rated-column .box-rated .title-rate{
        font-size: 16px;
    }
    section.why-matlin.is-es .container-page .left-column .title{
        font-size: 36px;
    }
    section.why-matlin.is-es .container-page .left-column .feature-text{
        font-size: 22px;
    }
}