    .divForm {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: auto;
        width: 60%;
    }
    
    .divForm input {
        padding: 6px;
        color: #54595f;
        width: 40%;
        display: flex;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -0.5px;
        margin: 10px;
        border-radius: 10px;
        border: 1.5px solid #d9dadb;
    }
    
    .divForm textarea {
        padding: 6px;
        color: #54595f;
        width: 84%;
        display: flex;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -0.5px;
        margin: 10px;
        border-radius: 10px;
        border: 1.5px solid #d9dadb;
    }
    
    .divForm select {
    padding: 6px;
    color: #54595f;
    width: 84%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 10px;
    border-radius: 10px;
    border: 1.5px solid #d9dadb;
}
    
    .sectionForm {
        display: contents;
        text-align: center;
    }
    
    .sectioncontact {
        background: rgba(255, 255, 255, 0.7) url("../img/Contact-Slide-AJ-Creative-Studios.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    input::placeholder,
    textarea::placeholder {
        color: #a3a0a0;
    }

    
    @media(max-width: 996px) {
        .divForm {
            flex-direction: row;
        }
        .divForm input {
            padding: 6px;
            width: 84%;
        }
        .container-logo {
            position: absolute;
            top: 20vh;
        }
        .divForm {
            width: 100%;
            flex-direction: row;
            justify-content: center;
        }
        .titlesheader {
            font-size: 50px;
        }
        .container-logo {
            width: 360px;
        }
        .container-logo {
            position: absolute;
            top: 20vh;
        }
    }