.about-main {
    background-image: url('../images/xs/about-us/xs-top-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about-main h1 {
    font-size: 75px;
    font-weight: 500;
    line-height: 69px;
    text-align: left;
    color: white;
}

#experience .right-panel {
    background-image: url('../images/xs/about-us/xs-about-us-delivering.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 301px;
    width: 100%;
}

#experience .subtitle {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 28.14px;
    letter-spacing: 0.2em;
    text-align: left;
    color: var(--blue);
    letter-spacing: 3px;
}
#experience .title {
    font-family: var(--font-primary);
    font-size: 25px;
    font-weight: 400;
    line-height: 36.25px;
    text-align: left;    
}

#experience .content {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 29.44px;
    text-align: left;   
}

#experience .numbers .counter {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    text-align: left;
    color: var(--blue);
}

#experience .numbers .description {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 25.12px;
    text-align: left;    
    color: #939393;
}

#brands h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: var(--brown-lighter);
}
#brands h2 {
    font-family: var(--font-secondary);
    font-size: 60px;
    font-weight: 400;
    line-height: 67.2px;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--brown-lighter);
}

#contact h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 600;
    line-height: 67.2px;
    text-align: start;
    letter-spacing: 3px;
}

#contact .title {
    letter-spacing: 3px;
}

/* SM Style */
@media only screen and (min-width: 426px) {
}
/* MD Style */
@media only screen and (min-width: 768px) {
    .about-main { background-image: url('../images/m/about-us/m-top-image.jpg'); }
    .about-main h1 {
        font-size: 75px;
        font-weight: 500;
        line-height: 84px;
        text-align: left;
    }
    #experience .numbers .counter {
        font-size: 80px;
    }
    #experience .right-panel {
        background-image: url('../images/xs/about-us/xs-about-us-delivering.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 349px;
        width: 100%;
    }
}
/* LG Style */
@media only screen and (min-width: 992px) {
    .about-main { background-image: url('../images/l/about-us/l-top-image.jpg'); }
    .about-main h1 {
        font-size: 75px;
        font-weight: 500;
        line-height: 84px;
        text-align: left;
    }
    #experience .left-panel {
        max-width: 470px;
    }
    #experience .right-panel {
        background-image: url('../images/xs/about-us/xs-about-us-delivering.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 442px;
        width: 446px;
        position: absolute;
        right: 0;
    }
}
/* XL Style */
@media only screen and (min-width: 1200px) {
    .about-main { background-image: url('../images/m/about-us/m-top-image.jpg'); }
    .about-main h1 {
        font-size: 75px;
        font-weight: 500;
        line-height: 84px;
        text-align: left;
    }
    #contact h1 {
        font-size: 80px;
    }
    #experience .left-panel {
        max-width: 510px;
    }
    #experience .right-panel {
        background-image: url('../images/l/about-us/l-about-us-delivering.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 494px;
        width: 613px;
        
    }
}
/* XXL Style */
@media only screen and (min-width: 1400px) {
    .about-main { background-image: url('../images/xl/about-us/xl-top-image.jpg'); }
    .about-main h1 {
        font-size: 150px;
        font-weight: 500;
        line-height: 168px;
        text-align: left;
    }
    #contact h1 {
        font-size: 100px;
        line-height: 86px;
    }
    #experience .left-panel {
        max-width: 540px;
    }
    #experience .right-panel {
        background-image: url('../images/xxl/about-us/xxl-about-us-delivering.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 418px;
        width: 797px;
    }
}