.subscription-header-widget {
    float: right;
    max-width: 400px;
    color: #A2050C;
    background: #eee;
    padding: 0px 20px;
}

.subscription-header-widget .row:not(:first-child) {
    padding-top: 20px;
}

span.subscription-header-label {
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
}

span.subscription-header-label a {
    color: #000;
}

@media screen and (max-width: 768px) {
    .subscription-header-widget {
        width: 100%;
    }
}
