#content {
    background: #233E99
}

#contact-container .card-left {
    padding: 3rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#contact-container img {
    border-radius: 0 30px 30px 0;
    display: flex;
    width: 50%;
    aspect-ratio: 596/591;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    #content {
        background: white
    }

    /* Form */

    .form-container {
        text-align: center;
        border-radius: 30px;
        margin-top: -90px;
        padding: 0;
    }

    #contact-container .form {
        aspect-ratio: unset
    }

    #contact-container .card-left {
        padding: 50px 30px;
    }

    #contact-container img {
        border-radius: 0;
        width: 100%;
    }

    .formInput,
    .formSelect {
        height: 55px
    }

    .formTextarea {
        height: 202px;
        margin-bottom: 30px;
    }

    .subContainerForm {
        justify-content: center
    }

    #sendForm.button-blue {
        box-sizing: border-box;
        height: 55px;
    }

}