.wp-block-latest-posts__featured-image img {
    width: 100%;
  }

  .wp-block-latest-posts.columns-4 li {
    background: white;
  }

  a.wp-block-latest-posts__post-title {
    text-decoration: none;
    margin-left: 3%;
    display: block;
    padding-bottom: 5%;
    font-family: poppins;
    font-weight: 600;
  }

  div.wp-block-group.alignwide.page-media.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained .wp-block-latest-posts__featured-image img {
    width: 100%;
    min-width: 100px;
  }

  .wp-block-latest-posts__featured-image img {
    width: 100%;
    border-radius: 20px;
  }

  .wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    border: solid 1px #ffa076;
    padding: 20px;
    background: white;
    border-radius: 20px;
  }

  .wp-block-latest-posts.wp-block-latest-posts__list li:hover {
    background: #ffa076;
  }


