

/* Start:/local/templates/main/components/bitrix/news/project/bitrix/news.list/.default/style.css?1726041832787*/
.project_item{
    height:100%;
    max-width:410px;
    margin:20px 0;
    box-sizing:border-box;
    padding:10px;
    width: 100%;
}

.projects{display:flex;flex-wrap:wrap}


.project_item a {
    text-transform: none;
    color: #222;
    transition: all .3s;
}

.project_item a:hover {
    color: var(--color-yellow);
}

.project_name{font-weight:700;font-size:18px;line-height:1.4;margin:10px 0;}
.project_item span{text-align: center;}

.project_img {
    height: 190px;
    width: 100%;
    position: relative;
}

.project_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(max-width: 800px) {
    .project_name{font-size:14px}
    .project_item{max-width:50%;flex: 0 0 50%;padding:10px;margin:10px 0}
}
/* End */
/* /local/templates/main/components/bitrix/news/project/bitrix/news.list/.default/style.css?1726041832787 */
