#contato7 .content-contato-text h2 {
    max-height: 100%!important;
    margin-bottom: 8%;
}

#contato7 .content-contato-text p {
    margin-bottom: 8%;
}

#contato7 .content-contato-text {
    width: 80%;
}

#contato7 .campo-inp {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #DDDDDD;
    color: #8D8D8D;
    width: 100%;
}

#contato7 .btn-new {
    border-radius: 25px;
    width: auto;
    padding: 15px 50px;
}

#contato7 .d-flex {
    display: flex;
    flex-wrap: wrap;
}

#contato7 .w-80 {
    width: 80%;
}

#contato7 .center-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width:750px) {
    #contato7 .center-sm-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #contato7 h2 {
        margin-bottom: 5%;
    }
    #contato7 .w-80 {
        width: 100%;
    }
}