.landing_page_popup_container .terms_and_policy {
    max-width: 95%;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    background: #FDEFCF;
    text-align: center;
    border-radius: 65px;
    background: linear-gradient(rgba(70, 108, 69, 0.3) 0%, rgba(87, 107, 127, 0.6) 100%),
            linear-gradient(0deg, rgba(50, 64, 90, 0.2), rgba(50, 64, 90, 3.7));
    z-index: 10;
    position: relative;
    border: 6px solid #F6DFB3;
    box-shadow: 8px 8px 0px 0px #323C62, 6px 6px 0px 0px #3B4673 inset;
}

.landing_page_popup_container .terms_and_policy__title,
.landing_page_popup_container .terms_and_policy__subtitle {
    text-transform: uppercase;
    font-family: 'DynaPuff-bold';
    text-align: center;
    margin-bottom: 22px;
    line-height: 28px;
}

.landing_page_popup_container .terms_and_policy__title {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 47px;
    font-weight: 600;
    font-family: 'DynaPuff-regular';
}

.landing_page_popup_container .terms_and_policy__subtitle {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.landing_page_popup_container .terms_and_policy__paragraph {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 27px;
    font-family: 'DynaPuff-regular';
    text-align: left;
    margin-bottom: 20px;
}

@media (max-width: 580px) {
    .landing_page_popup_container .terms_and_policy {
        padding-left: 20px;
        padding-right: 20px;
    }
}
