

/* Start:/local/templates/xtech_landing/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17746063921207*/
.news-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(354px, 1fr));
    gap: 20px;
}

.news-date {
    color: #B8B9C0;
}

.portfolio-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}


.filter-btn {
    cursor: pointer;
    font: inherit;
    color: #101828;
    border-radius: 24px;
    padding: 12px 24px;
    background-color: #1018280D;
    font-weight: 500;
    border: none;
}

.filter-btn:hover {
    color: #7700FF;
}

.filter-btn.active {
    background-color: #7700FF;
    color: #fff;
}

.news .card-body h4 {
    max-width: 427px;
}

.news .card-body {
    gap: 20px;
    padding: 20px 20px 20px 20px;
    height: 100%;
}

.news .card {
    gap: 20px;
}

.demo_day.page .card {
    gap: 20px;
    justify-content: space-between;
}

.demo_day.page .card-body h4 {
    max-width: 427px;
}

.demo_day.page .card-body {
    gap: 20px;
    padding: 0 20px 20px 20px;
}

.img-container {
    height: 100%;
    max-height: 260px;
    width: 100%;
    overflow: hidden;
}

.news-card-img {
    border-radius: var(--rtk-border-radius);
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #E7E7E9;
}
/* End */
/* /local/templates/xtech_landing/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17746063921207 */
