/*----------------------------------------
    Section Titles
        - One size for every storefront
          section heading, so theme-class
          headings and custom ones match
-----------------------------------------*/

.q2u-section-title,
.q2u-cats__title,
.q2u-sellers__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #333;
}

@media (max-width: 991px) {
    .q2u-section-title,
    .q2u-cats__title,
    .q2u-sellers__title {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .q2u-section-title,
    .q2u-cats__title,
    .q2u-sellers__title {
        font-size: 2.2rem;
    }
}
