﻿.optOutBox > .vf-form> label {
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}
.optOutBox > .vf-form > .input-wrapper {
    margin-bottom: 36px;
}
    .optOutBox > .vf-form > label > .copy {
        font-size: 18px;
        line-height: 24px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #666666;
        margin-bottom: 30px;
    }
@media (max-width: 700px) {
    .optOutBox > .vf-form > label {
        height: 30px;
    }
        .optOutBox > .vf-form > label > .copy {
            font-size: 13px;
            line-height: 28px;
        }
    .optOutBox > .vf-form > label {        
        margin: 0 auto 0 0;
    }
}

@media (min-width:701px) and (max-width: 1170px) {
    .optOutBox > .vf-form > label {
        height: 30px;
    }
        .optOutBox > .vf-form > label > .copy {
            font-size: 15px;
            line-height: 30px;
        }
}