p.modal_class {
    color: #b3b3b3;
    font-weight: 300;
    font-family: "General Sans", Sans-serif;
}

a.name_response {
    color: #8f8e8e;
    font-weight: 500;
    font-family: "General Sans", Sans-serif;
}

h1.modal_class,
h2.modal_class,
h3.modal_class,
h4.modal_class,
h5.modal_class,
h6.modal_class,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "General Sans", Sans-serif;
}

a.modal_class {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a.modal_class,
a.modal_class:hover {
    text-decoration: none !important;
}

.modal .content {
    height: 100vh;
}

.modal {
    border-radius: 7px;
    overflow: hidden;
    background-color: transparent;
    font-family: "General Sans", sans-serif;

}

.modal-header {
    border-bottom: none;
    margin-bottom: -4px;
}

.modal .close {
    filter: grayscale(1);
    border: none;
    background: none;
    transition: filter 0.3s ease, transform 0.3s;
    cursor: pointer;
    transform-origin: center;
}

.modal .close:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}



.modal .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);

}


.modal .modal-content .modal-body h2 {
    font-size: 18px;
}

.modal .modal-content .modal-body p {
    color: #777;
    font-size: 1.05rem;
}

.modal .modal-content .modal-body h3 {
    font-weight: 700;
    color: #000;
    font-size: 1.35rem;
}

.modal .modal-content .modal-body .close-btn {
    color: #000;
}

.modal .modal-content .modal-body .promo-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
