/* Custom breakpoints */
@media (min-width: 1600px) {
    .d-xxxl-block {
        display: block !important;
        max-width: 1500px !important;
    }

    .d-xxxl-none {
        display: none !important;
    }
}
