.block-featured-posts .wp-block-buttons {
    margin-top: 3rem;
}

/* Desktop small */
@media only screen and (max-width: 1100px) {
  
}

/* Tablet */
@media only screen and (max-width: 700px) {
  
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}