#cf7scont {
max-width: 1220px;
    width: 90%;
    margin: auto;
    color: #f2f2f2;
}
.cf7subs {
text-align: center;
    margin-left: 25px;
}
input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea {
    font-size: 17px;
}

.mobosub {
  background: #12bece;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 800px){
  .wpcf7-form .column {
    margin-bottom: 20px;
    width: 100%!important;
    clear: both;
}

.cf7subs {
text-align: center;
    margin-left: 0px;
}


}