/* Styling H2 for mobile devices only (up to 768px) */
@media only screen and (max-width: 768px) {
    h2 {
        color: #013061 !important;
        font-size: 1.5rem !important;
    }
}