:is(.editor-styles-wrapper, .page) .wp-block-group-is-layout-flex {
  gap: 20px;
}
:is(.editor-styles-wrapper, .page) .wp-block-group-is-layout-flex > .wp-block-group {
  flex: 1 0 clamp(270px, calc(100% / 3 - 20px * 2 / 3), 360px);
  padding: 0 1.5rem 2rem;
}
:is(.editor-styles-wrapper, .page) .wp-block-group-is-layout-flex > .wp-block-group:first-child {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
:is(.editor-styles-wrapper, .page) .wp-block-group-is-layout-flex > .wp-block-group:nth-child(n + 2) .wp-block-image {
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1em 0;
  box-sizing: border-box;
}
:is(.editor-styles-wrapper, .page) .wp-block-group-is-layout-flex > .wp-block-group:nth-child(n + 2) h3 {
  margin: 0;
  font-weight: 500;
  text-align: center;
}
:is(.editor-styles-wrapper, .page) .wp-block-group-is-layout-flex > .wp-block-group:nth-child(n + 2) p {
  margin: 1em 0 0;
  line-height: 1.5;
}