form {
    background: #ededed;
    padding: 20px 30px;
}

form h3 {
    color: #85a258;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.1;
}

.form-group {
    margin-bottom: 15px;
    padding: 0 15px;
}

form label {
    color: #282828;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
}

.form-block form label {
    color: #282828;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: auto;
}

#spamQuestion {
    display: inline;
    width: auto;
}

.rsform-block-send-email {
    display: flex;
    justify-content: flex-end;
}

.contact-block h3,
    .contact-block address,
    .contact-block a {
        font-size: 22px;
    }