

/* Start:/bitrix/templates/aspro_next/components/bitrix/news.list/bootstrap_v4/style.css?1775217781911*/
.news-main-list {
	padding: 25px;
    background: #ffffff;
	box-shadow: 0px 3px 5px 0px #D9E4EA;
    border-radius: 10px;
}

.news-main-list .news-row {
	display: flex;
    gap: 15px;
    margin: 8px 0;
    justify-content: space-between;
    max-width: 820px;
}

.news-main-list  h3:first-of-type {
    display: none;
}
.news-main-list  h3{
	margin: 26px 0 26px;
}

.news-main-list .news-row .news-date {
    width: 100px;
	color: #666666;
    white-space: normal;
    word-break: normal;
	font-family: TTNorms;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
}

.news-main-list .news-row .news-link {
    flex: 1 1 100%;
}
.news-main-list .news-row .news-link a{
	font-family: TTNorms;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #2C73A7;
}

.news-main-list .news-row .news-link a:hover {
    color: #ED6710;
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/news.list/bootstrap_v4/style.css?1775217781911 */
