.section.section-quality .row {
    margin: 0 auto;
    background-color: #eeeeee;
}

.section.section-quality .row .col:first-child {
    padding: 1rem !important;
}

.section.section-quality .row .col:last-child {
    padding: .5rem 0 !important;
    background: #fff;
}

/* ==========================================================================
   MIN-WIDTH (Mobile First - Ưu tiên từ thấp đến cao)
   ========================================================================== */

@media (min-width: 375px) {
    /* Mobile L */
}

@media (min-width: 430px) {
    /* Mobile XL */
}

@media (min-width: 768px) {

    /* Tablet */

}

@media (min-width: 820px) {

    /* Tablet L */



}

@media (min-width: 1024px) {
    /* Laptop / iPad Pro */
}

@media (min-width: 1280px) {
    /* Desktop */
}

@media (min-width: 1920px) {
    /* Large Desktop */
}

/* ==========================================================================
   MAX-WIDTH (Desktop First - Ưu tiên từ cao xuống thấp)
   ========================================================================== */

@media (max-width: 1920px) {
    /* Max Large Desktop */
}

@media (max-width: 1280px) {
    /* Max Desktop */
}

@media (max-width: 1024px) {
    /* Max Laptop / iPad Pro */
}

@media (max-width: 820px) {

    /* Max Tablet L */
    .section.section-quality .row .col:last-child {
        padding: 3.5rem 0 !important;
    }
}

@media (max-width: 768px) {

    /* Max Tablet */
    .section.section-quality .row .col:last-child {
        padding: 3.75rem 0 !important;
    }
}

@media (max-width: 430px) {

    /* Max Mobile XL */
    .section.section-quality .row .col:last-child {
        padding: 0 !important;
    }
}

@media (max-width: 375px) {
    /* Max Mobile L */
}