.news img {
    width: auto;
    height: 180px;
}

.news p {
    margin-top: 8%;
}

@media only screen and (min-width : 1025px) {
    .news {
        width: 80%;
        height: auto;
        position: relative;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:1441px) {
    .news img {
        height: 240px;
    }
}