h1, .h1{
    margin-top: 4rem;
}
@media screen and (max-width: 900px) {
    h1, .h1{
        margin-top: unset;
    }
}