.vpn-account-section {
    background-image: url(../images/green-bg.png);
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    background-position: center center;
    font-weight: 700;
}
.vpn-account-section h3 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
}
.vpn-account-section p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.vpn-account-section span {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
@media(max-width:767px){
    .vpn-account-section h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .vpn-account-section p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .vpn-account-section span {
        margin-top: 15px;
    }
}