@media (max-width: 575px) {
    footer .tp-footer-top > .container > .row > .col-xl-2.col-lg-3.col-md-4.col-sm-6 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        min-width: 0;
    }

    body .needz-quick-links .needz-quick-links__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .needz-quick-links .needz-quick-links__content {
        top: 16px;
        left: 16px;
        width: calc(100% - 32px);
        max-width: none;
    }

    body .needz-quick-links .needz-quick-links__title {
        -webkit-line-clamp: 2;
        font-size: 16px;
        line-height: 1.1;
    }

    body .needz-quick-links .needz-quick-links__subtitle {
        -webkit-line-clamp: 2;
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.2;
    }

    body .needz-quick-links .needz-quick-links__arrow {
        width: 28px;
        height: 28px;
        margin-top: 10px;
        font-size: 16px;
    }

    body .needz-quick-links .needz-quick-links__overlay {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 62%, rgba(0, 0, 0, 0.18) 100%);
    }
}
