.news-top-image {
    max-height: 250px;
    margin-bottom: 38px;
    overflow: hidden;
}

.news-item-title {
    font: 700 18px 'Lora', sans-serif;
    color: #173651;
}

.news-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

.news-item-date {
    font: 700 16px 'Roboto', cursive;
    color: #4b4b4b;
    margin-bottom: 10px;
}

.news-item-description {
    margin-top: 30px;
    font: 400 16px 'Roboto', cursive;
    color: #4b4b4b;
    line-height: 32px;
}

.gallery-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
}

.about-image {
    padding-right: 6px;
    padding-left: 6px;
}

@media (max-width: 991px) {

}

@media (max-width: 576px) {
    .news-item-title {
        font-size: 20px;
    }
}