.singlepost__image{
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    padding: 10px;
}
@media (max-width: 1366px) {
    .singlepost__image{
        height: 158px;
    }
}
@media (max-width: 1334px) {
    .singlepost__image{
        height: 162px;
    }
}
@media (max-width: 991px) {
    .singlepost__image{
        /* height: 336px; */
        height: 670px;
    }
}
@media (max-width: 820px) {
    .singlepost__image{
        /* height: 336px; */
        height: 539px;
    }
}
@media (max-width: 768px) {
    .singlepost__image{
        /* height: 336px; */
        height: 515px;
    }
}
@media (max-width: 540px) {
    .singlepost__image{
        height: 356px;
    }
}
@media (max-width: 450px) {
    .singlepost__image{
        /* height: 336px; */
        height: 281px;
    }
}
@media (max-width: 390px) {
    .singlepost__image{
        height: 253px;
    }
}
@media (max-width: 376px) {
    .singlepost__image{
        height: 243px;
    }
}
.singlepost__title>h2{
    font-size: 22px;
    font-weight: 700;
}