.landing_page_popup_container .terms_and_policy {
    background: #FFFFFFD9;
        max-width: 93%;
        font-weight: 900;
        margin: 60px auto 100px;
        padding-bottom: 93px;
        text-align: center;
        background-color: #232120;
        border-radius: 70px;
        z-index: 10;
        position: relative;
        border: 5px solid #E7B747;
        box-shadow: 12px 12px 0px 0px #5A2320, 12px 12px 0px 0px #DC4F3E inset;
}

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

.landing_page_popup_container .terms_and_policy__title {
    color: #E7B747;
    font-size: 40px;
    line-height: 57px;
    font-weight: 900;
    font-family: 'BodegaSans';
}

.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: 18px;
    line-height: 27px;
    font-family: 'FuturaPT';
    text-align: left;
    margin-bottom: 20px;
}

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