@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .descript-tops {
        padding: 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .grid.wide {
        padding: 0 20px;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .grid.wide {
        padding: 0 10px;
    }

    .title-tops {
        font-size: 28px;
    }

    .descript-tops {
        font-size: 12px;
    }

    .menu-rs .container {
        width: 70%;
    }

    .menu-rs .container {
        font-size: 16px;
    }

    .pro.content-item {
        margin-bottom: 0px;
    }

        .pro.content-item .wrap .wrap-title {
            margin-bottom: 0px;
            font-size: 15px !important;
            /* height: 40px; */
            -webkit-line-clamp: 1;
        }

        .pro.content-item .wrap .place {
            font-size: 13px;
        }

        .pro.content-item .wrap {
        padding: 9px 9px !important;
        }

    .project-desc{
        line-height: 1.2;
        margin-top: 7px !important;
    }
    .flickity-prev-next-button {
        display: none;
    }

    .pro.content-item .img {
        height: 106px;
    }
    .pro.content-item .img img{
        height: 106px !important;
    }
}
