.modal-backdrop.show {
    opacity: 0.1;
}
.modal-dialog-big{
    max-width: 74rem;
}
.modal-dialog-big .modal-body{
    padding: 0;
}
.modal-dialog-big .modal-content{
    border: 0;
    border-radius: 0.8rem;
}
.modal-outer{
    padding: 6.4rem 6.4rem 8rem;
    position: relative;
}
.modal-outer .fw-48{
    margin-bottom: 1.6rem !important;
}
.closeModal{
    position: absolute;
    cursor: pointer;
    right: 2.4rem;
    top: 2.4rem;
}
.closeModal:hover{
    opacity: 0.9;
}
@media(min-width:992px) and (max-width:1199.98px){
    .modal-dialog-big {
        max-width: 65rem;
    }
    .modal-outer {
        padding: 4.8rem 4.8rem 5.6rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .modal-dialog-big {
        max-width: 55rem;
    }
    .modal-outer {
        padding: 4rem;
    }
    .modal-outer br{
        display: none;
    }
    .closeModal {
        right: 2rem;
        top: 2rem;
    }
    .modal-outer .fw-48 {
        margin-bottom: 1.2rem !important;
    }
}
@media(max-width:767.98px){
    .modal-dialog-big {
        max-width: 50rem;
    }
    .modal-outer {
        padding: 2.4rem;
    }
    .closeModal {
        right: 1.4rem;
        top: 1.4rem;
    }
    .closeModal img{
        width: 1.5rem;
    }
    .modal-outer .fw-48 {
        margin-bottom: 1.2rem !important;
    }
    .modal-outer br{
        display: none;
    }
}