.block-image-with-caption {
  margin: 50px 0;
  img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
  }

  p {
    margin: 0;
    font-size: var(--font-size-small);
    color: #a6a6a6;
    line-height: 22.92px;
  }
}

.image-with-caption {
  position: relative;

  img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 25px;
  }

  p {
    margin: 0;
    font-size: var(--font-size-small);
    color: #a6a6a6;
    line-height: 22.92px;
    position: absolute;
    bottom: 0;
  }
}
