.news__image img{
    max-height: 250px;
    height: 100%;
}

.news__image {
    margin-bottom: 1.2rem;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 69%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}