/* .shop-one img
{
    height: auto;
} */

.container-articles{
    max-width: 800px !important;
    width: 100%;
}

.loader
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.articles-cont{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.articles-cont-i{
    width: 100%;
    height: 345px;
    border-radius: 12px;
    border: 1px solid #eeee;
}


.articles-cont-list{
    padding: 10px 0 40px 0;
}

.articles-cont-img{
    height: 188px;
    margin-bottom: 18px;
}

.one-article{
    
    margin-bottom: 10px;
    font-size: 20px;
    color: #2c2c2c;
}

.one-article-info-t{
    height: 156px;
    padding: 18px;
    overflow: hidden;
}

.art-preview-text{
    font-size: 16px;
    color: #818181;
}

.articles-cont-img-i{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 12px;
}
.articles-cont-img-detail{

}


@media (max-width: 820px){
    .articles-cont{
        overflow-x: auto;
        display: flex;
        gap: 15px;
        width: fit-content;
    }
    .articles-cont-list{
        overflow-x: auto;
    }
    .articles-cont-img{
        height: 128px;
        margin-bottom: 16px;
    }

    .articles-cont-i{
        width: 312px;
        height: 281px;
        border-radius: 12px;
        border: 1px solid #eeee;
    }


    .one-article-info-t{
        height: 133px;
        
    }

    .one-article{
        font-size: 16px;
    }
    .art-preview-text{
        font-size: 12px;
        color: #818181;
    }

}




