
.modal-dialog {
    transform: translateY(-50%);
    top: 50%;
    min-width: 578px;
}

.content_block p {
    color: #000;
    font-weight: 600;
}

.inner_border {
    text-align: center;
}

.modal-content {
    background: #ddb54f;
}

.outline_border {
    background: ##ddb54f;
    padding: 51px;
}

.inner_border {
    padding: 30px;
    border-radius: 12px;
    background: #fff;
}

.img_block {
    margin-bottom: 12px;
}

.img_block h4 {
    color: #000 !important;
    margin-top: 10px;
    font-size: 19px;
}

div#cookie-notice {
    background: #0000004f;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

@media(max-width:768px) {

    .outline_border {
        background: #ddb54f;
        padding: 0px 30px 30px 30px;
    }

     .modal-dialog {
        transform: translateY(-50%);
        top: 50%;
        min-width: auto;
    }

    .inner_border {
        padding: 22px;
        border-radius: 12px;
        background: #fff;
    }

    .modal-content {
        width: auto !important;
    }

}
