.news-detail-projects {

}

.news-detail-projects__date {
    color: #e71615;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 58px;
}

.news-detail-projects__picture {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .news-detail-projects__text img {
        width: 100%;
        margin-bottom: 15px;
    }
}
