@media (min-width: 992px) {
    .justify-content-center-lg {
        justify-content: center;
    }
}

@media (min-width: 1600px) {
    .mt-xxl-5 {
        margin-top: 3rem!important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .p-xxl-4 {
        padding: 1.5rem!important;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .justify-content-center-xxl {
        justify-content: center;
    }
}