.landing_page_popup_container .terms_and_policy {
    max-width: 95%;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    background: #FDEFCF;
    text-align: center;
    border: 4px solid #F4990F;
    border-radius: 30px;
    box-shadow: 4px 4px 0px 0px #79858B, 4px 4px 0px 0px #FCC90C inset;
}

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

.landing_page_popup_container .terms_and_policy__title {
    color: #160B8B;
    font-size: 29px;
    line-height: 57px;
    font-weight: 600;
    font-family: 'asphalt-condensed';
}

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

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

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