.theme-header .zpcontainer { width: 90% !important; } @media (max-width: 992px) { .theme-header .zpcontainer { width: 97% !important; } } /* ------------------------------ Font Styling for Category Descriptions ------------------------------ */ .category-description h1 { font-size: 36px; line-height: 1.3; font-weight: bold; margin-bottom: 12px; } .category-description h2 { font-size: 22px; font-weight: normal; color: #444; margin-bottom: 10px; } .category-description p { font-size: 18px; line-height: 1.6; max-width: 900px; margin-bottom: 18px; } /* Responsive overrides */ @media only screen and (max-width: 768px) { .category-description h1 { font-size: 26px; } .category-description h2 { font-size: 18px; } .category-description p { font-size: 16px; } }