﻿.home-project-w {
    padding-top: 36px;
}

ul.p-project-list.rs {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: 18px;
    row-gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .home-project-w {
        background-position: top center;
        padding-top: 33px;
    }

    .item-add-cus-project {
        display: none;
    }

    .top-cef-home h3 {
        width: 100%;
        font-size: 20px;
    }

    .top-cef-home h2 {
        font-size: 24px;
    }

    span.detail-view-project {
        margin-top: 15px;
    }

    ul.p-project-list.rs {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        column-gap: 15px;
        row-gap: 15px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-project-w.project-list-childd .p-project-img {
        height: 200px;
    }

    .top-project-h {
        padding-bottom: 42px;
    }
}