h1 {
    color: #00204a;
    font-size: 2rem;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.5rem;
    }
}
