.white-popup-block {
    max-width: 850px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    overflow-y: scroll;
    padding: 30px;
    background-color: rgb(13 62 101 / 70%);
    backdrop-filter: blur(2px);
    color: rgb(255 255 255 / 80%);
}

.modal-inner-block p {
    margin-bottom: 5px;
}

.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
    color: #fff;
}