#entre-em-contato {
    width: 100%;
    min-height: 35em;
    background-image: linear-gradient(
            to right bottom,
            rgba(47, 72, 88, 0.8),
            rgba(47, 72, 88, 0.8)
        ),
        url("../../img/site/home/entre-em-contato-com-equipe.webp");
    background-size: cover;
    background-position: center;
}

#botao-entre-em-contato button {
    font-family: Montserrat-Bold;
    border-radius: 14pt;
}

.main-content .images-contato {
    width: 500px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (max-width: 987px) {
    #entre-em-contato {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }

    #entre-em-contato .images-contato {
        width: 100%;
    }

    #entre-em-contato .images-contato div:nth-child(1) {
        padding: 20px;
    }
}

@media screen and (min-width: 1570px) {
    .main-content .images-contato {
        width: 500px;
        height: 400px;
    }
}
