

@media only screen and (max-width: 767px)
#Wrapper {
    max-width: 100%  !important;
    max-width: calc(100% - 0px) !important;
}
span.wpcf7-form-control-wrap .wpcf7-textarea {
    height: 80px;
}

