@media(max-width:1024px){

.cm-featured-grid{
grid-template-columns:1fr 1fr;
}

.cm-post-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:640px){

.cm-featured-grid{
grid-template-columns:1fr;
}

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

.cm-section-title{
font-size:22px;
}

.cm-feature-card h3{
font-size:20px;
}

}