#contact-hero {
    background-image: url(img/contact-herobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 300px;
    padding-top: 80px;
    padding-bottom: 4%;
}

#contact-description {
    width: 40vw;
    padding: 20px 0px;
}

@media screen and (max-width: 1390px) {
    #contact-hero {
        padding-left: 45px;
        height: auto;
    }
}

@media screen and (max-width: 540px) {
    #contact-description {
        width: 280px;
    }
}

#contact-email {
    margin-top: 100px;
    margin-bottom: 100px;
}

#contact-email p {
    width: 34%;
    margin-left: 350px;
    line-height: 23px;
}

@media screen and (max-width: 992px) {
    #contact-email p {
        width: 90%;
        margin: 20px;
        text-align: center;
    }
}

#contact-email a {
    color: black;
}

#contact-form {
    background-color: rgb(171, 40, 62);
    width: 100vw;
    height: 946px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact-form-bot h1 {
    color: white;
    font-size: 48px;
    font-weight: 900;
    text-align: left;
    width: 100%;
}

#contact-form-bot {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#contact-form-top h1 {
    font-weight: 300;
    color: white;
    margin-top: 40px;
}

.contact-formula {
    align-items: flex-start;
}

@media screen and (max-width: 992px) {
    #contact-form {
        height: auto;
    }

    #contact-form-bot {
        flex-direction: column;
    }
}

@media screen and (max-width: 668px) {
    #contact-form-bot h1 {
        font-size: 28px;
        font-weight: 900;
        text-align: center;
        width: 100%;
    }

    .contact-formula {
        align-items: center;
    }
}