.single-post__image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


@media (max-width: 768px) {
    .single-post__image {
        height: 200px;
    }
}

