.blog-hero{
    height:320px;
    background-size:cover;
    background-position:center;
    position:relative;
}

.blog-hero-overlay{
    background:rgba(0,0,0,.45);
    width:100%;
    height:100%;
}

.blog-hero-content{
    height:320px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:white;
}

.featured-card{
    border:none;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.sidebar-card{
    border:none;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:30px;
}

.post-card{
    border:none;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.post-card:hover{
    transform:translateY(-4px);
}

.post-card img{
    height:260px;
    object-fit:cover;
}

.section-title{
    letter-spacing:2px;
    font-size:14px;
    font-weight:700;
}
