.home-main-heading {} .home-main-heading h1 { display: var(--flex-display); justify-content: var(--justify-center); background-color: #f5f5f5; padding: 3.6rem 0; } @media screen and (max-width: 600px) { .home-main-heading h1 { justify-content: left; background-color: initial; padding: 0; font-size: 1.5rem; } } .home-arithmetic-worksheets {} .home-arithmetic-worksheets .section-title a { color: #0066ff; }