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;
}

@media screen and (max-width: 500px) {
    .graph__visual {
        height: calc(100% - 110px) !important;
    }
}

@media (max-width: 600px) {
    .graph__visual {
        height: calc(100% - 110px) !important;
    }
}