.wpcf7-not-valid-tip {
    display: block !important;
    background: url(../img/common/iconError.png) left 2px / 14px auto no-repeat;
    width: 100%;
    color: #F00 !important;
    font-size: 12px !important;
    line-height: 1.5;
    padding: 0 0 0 17px;
    margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 4rem auto;
    font-size: var(--pcFontSize18);
    padding: 3rem;
}
@media only screen and (max-width: 1215px){
    .wpcf7 form .wpcf7-response-output {
        margin: 2rem auto !important;
        font-size: var(--spFontSize14) !important;
        padding: 1.5rem !important;
        line-height: 1.5 !important;
    }
}