.wp-block-image {

  .wp-element-caption {
    text-align: center;
    margin: var( --wp--preset--spacing--40 ) auto;
    font-size: var( --wp--preset--font-size--custom-2 );

    max-width: var(--wp--style--global--content-size);

    em {
      font-family: 'IBM Plex Mono', sans-serif;
    }
  }
}

.contact-person .person-image {
  @media screen and (max-width: 781px) {
    width: 100%;
    aspect-ratio: 1/1;

    img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
    }
  }
}