div.po-subscribe-hero-content {
    text-align: center;
}
.po-subscribe-hero-content h2,
.po-subscribe-hero-content p {
    margin-bottom: 25px;
}
.po-subscribe-hero-content h2 {
    letter-spacing: 2px;
    font-size: 1.8em;
}
.po-subscribe-hero-content p {
    font-size: 1.2em;
    line-height: 1.8;
}
@media only screen and (min-width: 1081px) {
    .po-subscribe-hero-content {
        top: 44%;
        width: 40%;
        left: 3%;
        color: #fff;
    }
    .po-subscribe-hero-content .fml-form #emailPOSubscribe-error {
        color: #fff; 
    }
    .po-subscribe-hero-content .form-text-wrapper .form-text-input {
        color: #000;
    }
    .po-subscribe-hero-content p {
        font-size: 1.1em;
    }
    .po-subscribe-hero-content h2,
    .po-subscribe-hero-content p {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1241px) {
    .po-subscribe-hero-content p {
        font-size: 1.2em;
    }
}