

/* Start:/local/templates/tn/components/bitrix/news.list/prefab_list/style.css?17543844051115*/
.prefab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

@media (max-width: 900px) {
    .prefab-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .prefab-list {
        grid-template-columns: 1fr;
    }
}

.prefab-item {
    display: grid;
    background: #ededed;
    border-radius: 18px;
    overflow: hidden;
}

.prefab-img {
    display: grid;
    background: #f5f6fa;
    border-radius: 18px;
    height: 150px;
}

.prefab-img img {
    display: block;
    margin: auto;
    height: 120px;
}

.prefab-content {
    display: grid;
    gap: 5px;
    padding: 15px 15px 30px;
    margin-top: 0;
    background: #ededed;
    width: 100%;
}

.prefab-title {
    color: #161616;
    font-size: 18px;
    font-weight: 700;
}

.prefab-description {
    display: grid;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
}

.prefab-button {
    color: #E51A23;
    font-size: 14px;
    font-weight: bold;
}
/* End */
/* /local/templates/tn/components/bitrix/news.list/prefab_list/style.css?17543844051115 */
