.contact-section{
    padding: 3rem 0;
}

.contact-section__title {
    margin-bottom: 3rem;
    text-align: center;
}

.contact-section__text{
    margin-bottom: 3rem;
}

.contact-section a{
    color: black;
    text-decoration: none;
    transition: all 200ms ease;
}

.contact-section a:hover{
    color: #e8c490;
}

.contact-section ul{
    padding-left: 0;
    margin: 0;
}

.contact-section-social-item{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
}

.contact-section-social-item a{
    fill: black;
    width: 1.8rem;
    height: 1.8rem;
}

.contact-section-social-item a:hover{
    fill: #e8c490;
}

.footer{
    color: white;
    background-color: black;
    padding: 4rem 0;
    border-top: solid 1px #515151;
}

.footer ul{
    padding-left: 0;
    margin: 0;
}

.footer ul li{
    list-style-type: none;
    margin-bottom: .5rem;
}

.footer a{
    color: white;
    text-decoration: none;
    transition: all 200ms ease;
}

.footer a:hover{
    color: #e8c490;
}

.footer h6{
    font-size: 1.2rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

.footer-social-item{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
}

.footer-social-item a{
    fill: white;
    width: 1.8rem;
    height: 1.8rem;
}

.footer-social-item a:hover{
    fill: #e8c490;
}

.image-wrapper,
.image-wrapper-logo-footer{
    margin-bottom: 1rem;
    overflow: hidden;
}

.image-wrapper img{
    width: 100%;
    height: auto;
}

.image-wrapper-logo-footer img{
    width: 60%;
    height: auto;
}

.footer .wpcf7-form-control.wpcf7-submit{
    background-color: #A2A093;
}