section.hero .moduletable {
    height: 250px !important;
    padding-bottom: 25% !important;
}

section.hero .moduletable .custom {
    background-position: top !important;
}

.btn, .button, .rsform-button, .rsform-reset-button, .rsform-submit-button, button, input[type=button], input[type=submit] { 
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

@media only screen and (min-width: 1360px) {
    h3 {
       font-size: 35px !important;
    }
}

@media only screen and (max-width: 800px) {
    h3 {
        font-size: 28px !important;
    }
}