.section--newsletter {
    margin-bottom: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section--newsletter .title {
    color: #ab9256;
    font-family: Cera;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.section--newsletter .title strong {
    font-family: Cera-Bold;
    font-weight: 400;
}

.section--newsletter .text {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    margin: 0 auto 50px;
    max-width: 620px;
    padding: 0 20px;
    text-align: center;
}

.section--newsletter .form .gform_footer {
    border: 1px solid #ab9256;
}

.section--newsletter .form #field_3_5 {
    border: 0;
    margin-top: 26px;
}

.section--newsletter .form #field_3_5 input[type="checkbox"] {
    margin-right: 8px;
}

@media (max-width: 580px) {
    .section--newsletter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section--newsletter .title {
        font-size: 20px;
        line-height: 26px;
    }

    .section--newsletter .text {
        font-size: 15px;
        margin-bottom: 35px;
    }
}
