@media screen and (max-width: 1024px) {
    .projects-list .card {
        min-height: 606px;
        padding-bottom: 29px;
    }

    .projects-list .card-tags {
        gap: 2px;
    }

    .projects-list .support {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 194px;
    }

    .projects-list .support__left-bottom {
        margin-bottom: 0;
        position: absolute;
        bottom: 118px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .projects-list .support .form-sum-title {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 576px) {
    .projects-list h1  {
        margin-bottom: 23px;
    }

    .projects-list p {
        font-size: 16px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .projects-list .card p {
        margin-left: 0;
        margin-right: 0;
    }

    .projects-list .tabs {
        margin-top: 40px;
    }

    .projects-list .card {
        min-height: 455px;
        padding-bottom: 14px;
    }

    .projects-list .card h4 {
        max-width: 311px;
    }

    .projects-list .pagination {
        padding-bottom: 80px;
    }

    .projects-list .form-sum-desc {
        font-size: 14px;
    }

    .projects-list {
        padding-bottom: 0;
    }

    .projects-list .support .form-sum-title {
        margin-bottom: 8px;
    }

}