body {
    background: #343f4d;
}

.h1, h1 {
    font-size: 3.5rem;
    font-weight: 700;
}
footer {
    background-color: #2e3743;
    min-height: 100vh;
}
.enquiries {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 100px;
    letter-spacing: 0.02em;
    margin-top: 50px;
}

@media only screen and (max-width: 920px) {

}

@media only screen and (max-width: 576px) {
    .enquiries {
        font-size: 21px;
        margin-bottom: 50px;
        margin-top: 0;
    }
}