@media screen and (max-width: 500px) {
h1 {
    font-size: 21px;
    text-shadow: 0 0 3px #000;
}
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 15px;
}

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    max-width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    max-width: 100%;
    text-indent: 10px;
    width: 100%;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}

.wpcf7-form-control.wpcf7-submit {
    background: #F14F07;
    border: 0 solid #fff;
    color: #fff;
    font-weight: bold;
    max-width: 100%;
    padding: 8px 0;
    text-transform: uppercase;
    width: 95%;
}

.wpcf7-response-output {
    margin: 0 !important;
}