.terms-and-conditions-remodal { 
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.terms-and-conditions-remodal:hover { 
    color: #ffffff;
    text-decoration: none;
}
.remodal-close:before { 
    color: #95979c !important;
}
.modal-absolute-right {
    right: 0 !important;
    left: auto !important;
    top: 10px !important;
    right: 10px !important;
}

.modal-absolute-right::before { 
    font-size: 48px !important;
}
#popup h3 { 
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px !important;
}
#popup p { 
    margin-bottom: 15px;
}
#popup li { 
    padding-bottom: 10px;
}
