.modal-xl {
    max-width: 1350px;
}

.modal {
    z-index: 9999 !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.modal-content {
    background-color: #020203;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
}

.modal-header {
    border-bottom: 0;
}

.title-modal {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-modal {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;

    span {
        color: #02B3FD;
        font-weight: 500;
    }
}

.mb30 {
    margin-bottom: 30px;
}
.mb25 {
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .p30 {
        padding: 30px !important;
    }
    .img-none {
        display: none !important;
    }
}