.featuredmainpost__image{
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*height: 336px;*/
    height: 440px;
    padding: 10px;
}
.featuredsidepost__image{
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 130px;
    padding: 10px;
}
@media (max-width: 991px) {
    .featuredsidepost__image{
        height: 336px;
    }
}
.featuredmainpost__title>h2{
    font-size: 25px;
    font-weight: 700;
}
.featuredsidepost__title>h2{
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .featuredmainpost__image, .featuredsidepost__image{
        /* height: 336px; */
        height: 670px;
    }
}
@media (max-width: 820px) {
    .featuredmainpost__image, .featuredsidepost__image{
        /* height: 336px; */
        height: 539px;
    }
}
@media (max-width: 768px) {
    .featuredmainpost__image, .featuredsidepost__image{
        /* height: 336px; */
        height: 515px;
    }
}
@media (max-width: 540px) {
    .featuredmainpost__image, .featuredsidepost__image{
        height: 356px;
    }
}
@media (max-width: 450px) {
    .featuredmainpost__image, .featuredsidepost__image{
        /* height: 336px; */
        height: 281px;
    }
}
@media (max-width: 390px) {
    .featuredmainpost__image, .featuredsidepost__image{
        height: 253px;
    }
}
@media (max-width: 376px) {
    .featuredmainpost__image, .featuredsidepost__image{
        height: 243px;
    }
}