.footer-contact-section{
    background-color: #e4e6e6;
    padding: 50px 70px;
}

.footer-contact-section h2{
    font-weight: 500;
    font-size: 22px;
    color: #DA291C;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-contact-section .btn{
    margin-top: 30px;
}

@media only screen and (max-width: 850px){
    .footer-contact-section{
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 1800px){
    .footer-contact-section{
        padding: 3em 6em;
    }

    .footer-contact-section h2{
        font-size: 1.146em;
        margin-bottom: 1.1em;
    }
}