.contact-banner {
    padding-top: 6rem;
    background: #fff;
    /* height: 20vw; */
    display: flex;
    align-items: end;
    justify-content: center;
    color: #000;
}

.contact-title {
    font-weight: 700;
    padding-bottom: 2rem;
}



@media screen and (min-width: 801px) {
    .contact-title {
        font-size: 80px;
    }
}

@media screen and (max-width: 800px) {
    .contact-title {
        font-size: 60px;
    }
}

.contact-details {
    font-size: 30px;
}

@media screen and (min-width: 801px) {
    .contact-details {
        font-size: 30px;
    }
}

@media screen and (max-width: 800px) {
    .contact-details {
        font-size: 20px;
    }
}

.social-media-title {
    font-style: normal;
    font-weight: 700;
    line-height: 101px;
    text-transform: uppercase;
    color: #eee;
}

@media screen and (min-width: 801px) {
    .social-media-title {
        font-size: 80px;
    }
}

@media screen and (max-width: 800px) {
    .social-media-title {
        font-size: 60px;
    }
}

.submit-button {
    color: var(--primary-color);
}