.post-hero {
    width:100%;
}

.post-layout{
    display:grid;
    grid-template-columns: 2fr 1fr;
    gap:3rem;
}

.post-content{
    max-width:100%;
}

.post-sidebar{
}

@media (max-width:768px){

.post-layout{
    grid-template-columns:1fr;
}

}