div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* ----------SECTION 2---------- */
#section-2 .section__info {
    position: relative;
}
#section-2 .section__info .btn {
    position: absolute;
    bottom: -2rem;
    right: 1.5rem;
}

#section-2 .standarts__icon {
    width: 56px;
    height: 56px;
    position: relative;
    margin-bottom: 0.5rem;
}
#section-2 .standarts__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#section-2 .standarts__info {
    font-weight: 500;
}
