.single-blog-banner{
    padding-top: var(--nav-height);
    >.bg{
        height: 400px;
        >img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}