#popup-perks .popup-content{
    width: 715px;
    /* height: 526px; */
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../images/popups/perks/back.jpg);
}
#popup-perks .popup-inner{
    width: 100%;
    padding: 0 30px;
}
#popup-perks p{
    font-size: 1.125em;
    line-height: 1.333;
    margin: 0 auto 15px;
    width: 505px;
}
#popup-perks p.h3{
    font-size: 2.375em;
    line-height: 1.05263158;
    margin: 18px 0;
    width: auto;
}
#popup-perks form{
    width: 510px;
}
#popup-perks button,
#popup-perks a.button,
#popup-perks span.button {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    padding: 0 29px;
    font-size: 16px;
    cursor: pointer;
    border-radius: var(--radius-button);
}

@media screen and (max-width: 767px){
    #popup-perks{
        font-size: 14px;
    }
}
@media screen and (max-width: 567px){
    #popup-perks .popup-content.join{
        height: 600px;
    }
    #popup-perks .popup-inner{
        padding: 0 15px;
    }
    #popup-perks h3{
        font-size: 1.7em;
    }
    #popup-perks p{
        font-size: 1em;
    }
    #popup-perks p.h3{
        font-size: 1.7em;
    }
    #popup-perks .form-row{
        flex-direction: column;
    }
}