.media {
  --component--inline--margin--normal: calc(42/10 * 1rem);
  margin-top: calc(58/10 * 1rem);
}

.media__media-wrapper {


  img {
    display: block;
    border-radius: calc(20/10 * 1rem);
    overflow: hidden;
  }
}

.media__caption {
  font-family: var(--font-family--lexend);
  font-size: calc(16/10 * 1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;

  border-radius: calc(20/10 * 1rem);
  background-color: #ededed;
  margin-top: calc(16/10 * 1rem);
  color: black;
  padding: calc(26/10 * 1rem) calc(26/10 * 1rem);
}