/* Make the cookies banner greater in responsive */
@media (min-width: 1024px) and (max-width: 1200px) {
    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
        min-width: 150px!important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    #cmplz-cookiebanner-container > .cmplz-cookiebanner {
        transform: unset;
        left: unset;
        margin-inline: 2rem;
    }
}

@media (max-width: 600px) {
    .cmplz-cookiebanner .cmplz-header .cmplz-title {
        display: none;
    }
}

/* Make the column great again */
@media (max-width: 1023px) {
    footer .responsive-footer {
        flex-direction: column;
    }
}

/* Little adjustments on usecase container */

@media (max-width: 990px) {
    .usecase-container-responsive {
        flex-direction: column;
    }
}