.img-wrapper {
    height:auto;
    margin-bottom:4vw;
}
.contact-wrapper {
    padding-bottom:12vw;
    margin:0 auto;
    max-width:500px;
}

[data-name="your-name"],[data-name="your-email"],[data-name="your-subject"],textarea {
    color:#000;
}

.contact-wrapper section label {
    font-size:30px;
}
.contact-wrapper section input {
    padding:0 20px;
    width:100%;
    height:60px;
    font-size:25px;
    margin:20px 0;
    border-radius:8px;
}
.contact-wrapper section textarea {
    width:100%;
    height:360px;
    font-size:25px;
    margin:20px 0;
    border-radius:8px;
}
.contact-wrapper section {
    padding:0 20px;
}
.contact-wrapper section .wpcf7-submit {
    color:#fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:120px;
    background-color:#3F3E3E;
    font-size:30px;
}

.contact-wrapper section .wpcf7-submit:hover {
    background-color: #8e8d8d;
}