.featured-img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.featured-post {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.custom-image {
    width:700px;
    height:400px;
    object-fit: cover;
    border-radius: 15px;
}
