.one-step-subscription-checkout-thank-you {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 85px 0;
}

.one-step-subscription-checkout-thank-you .white-bg {
    padding-bottom: 25px;
}

.one-step-subscription-checkout-thank-you h1 {
    font-family: "Georgia", sans-serif;
}

.one-step-subscription-checkout-thank-you p {
    font-weight: normal;
    margin: 15px 0;
}

.one-step-subscription-checkout-thank-you a.proceed-btn {
    background: #ec1c24;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    text-align: center;
    width: 337px;
    display: block;
    line-height: 3;
}

/* Mobile specific styles */
@media screen and (max-width: 480px) {

    .one-step-subscription-checkout-thank-you {
        font-size: 14px;
    }

    .one-step-subscription-checkout-thank-you .white-bg {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .one-step-subscription-checkout-thank-you .white-bg .row {
        margin: -10px -10px;
    }

    .one-step-subscription-checkout-thank-you h1 {
        font-size: 26px;
    }

    .one-step-subscription-checkout-thank-you  a.proceed-btn {
        width: 200px;
    }

}