/* XS Style*/
#services h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: center;
}

#more-info h1,
#ready h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 400;
    line-height: 67.2px;
    text-align: left;
    letter-spacing: 2px;
}

.bg-header-cover {
    background-image: url("../images/xs/brands/xs-brand-cover-artique.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#process h1 {
    font-family: var(--font-secondary);
    font-size: 70px;
    font-weight: 500;
    line-height: 67.2px;
    text-align: left;
}

#process h2 {
    font-family: var(--font-primary);
    font-size: 25px;
    font-weight: 400;
    line-height: 36.25px;
    text-align: left;
}
#process p {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 29.44px;
    text-align: left;
}

#process .process-number {
    color: var(--brown-light);
    font-family: var(--font-secondary);
    font-size: 56px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
    margin-right: 16px;
}

/* SM Style */
@media only screen and (min-width: 426px) {
    
}
/* MD Style */
@media only screen and (min-width: 768px) {
    .bg-header-cover {
        background-image: url("../images/m/brands/m-brand-cover-artique.jpg");
    }
}
/* LG Style */
@media only screen and (min-width: 992px) {
    #services h1 {
        font-family: var(--font-secondary);
        font-size: 85px;
        font-weight: 700;
        line-height: 95.2px;
        text-align: left;
    }
    #more-info h1 ,
    #ready h1 {
        font-size: 80px;
        line-height: 76.2px;
    }
    .img-household {
        position: absolute;
        right: 0;
    }
    .bg-header-cover {
        background-image: url("../images/l/brands/l-brand-cover-artique.jpg");
    }
    #process h1 {
        font-family: var(--font-secondary);
        font-size: 85px;
        font-weight: 500;
        line-height: 67.2px;
        text-align: left;
    }
    
    #process h2 {
        font-family: var(--font-primary);
        font-size: 28px;
        font-weight: 400;
        line-height: 36.25px;
        text-align: left;
    }
    #process p {
        font-family: var(--font-primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 29.44px;
        text-align: left;
    }
    
    #process .process-number {
        color: var(--brown-light);
        font-family: var(--font-secondary);
        font-size: 56px;
        font-weight: 400;
        text-align: left;
        line-height: 1.2;
        margin-right: 16px;
    }
    
}
/* XL Style */
@media only screen and (min-width: 1200px) {
    #brand-header .container {
        min-height: 586px;
    }
    #services h1 {
        font-family: var(--font-secondary);
        font-size: 100px;
        font-weight: 700;
        line-height: 96px;
        text-align: left;
    }

    #more-info h1 ,
    #ready h1 {
        font-size: 100px;
        line-height: 96px;
    }
    .bg-header-cover {
        background-image: url("../images/xl/brands/xl-brand-cover-artique.jpg");
    }
    #process h1 {
        font-family: var(--font-secondary);
        font-size: 100px;
        font-weight: 500;
        line-height: 67.2px;
        text-align: left;
    }
    
    #process h2 {
        font-family: var(--font-primary);
        font-size: 35px;
        font-weight: 400;
        line-height: 36.25px;
        text-align: left;
    }
    #process p {
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: 400;
        line-height: 29.44px;
        text-align: left;
    }
    
    #process .process-number {
        color: var(--brown-light);
        font-family: var(--font-secondary);
        font-size: 70px;
        font-weight: 400;
        text-align: left;
        line-height: 1.2;
        margin-right: 16px;
    }
}
/* XXL Style */
@media only screen and (min-width: 1440px) {
    #brand-header .container {
        min-height: 700px;
    }
    .bg-header-cover {
        background-image: url("../images/xxl/brands/xxl-brand-cover-artique.jpg");
    }
}