.news-content__wrapper p:last-child {
    margin-bottom: 60px;
}

.news-content__wrapper img{
    height: auto !important;
}

.panel-last-child .news-content__wrapper p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .news-content__wrapper {
        padding-left: 45px;
    }

    .news-content__wrapper p:last-child {
        margin-bottom: 30px;
    }
}