.column-1-image {
  width: 100%;
  text-align: center;
  line-height: 0
}
.column-1-image img {
  max-width: 100%;
  height: auto
}
.column-1-image figcaption {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.5
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .column-1-image figcaption {
    margin-top: calc(18 / 1744 * 100vw);
    font-size: clamp(14px, calc(20 / 1744 * 100vw), 20px)
  }
}
@media screen and (max-width:1024px) {
  .column-1-image figcaption {
    margin-top: calc(18 / 1024 * 100vw);
    font-size: clamp(14px, calc(20 / 1024 * 100vw), 20px)
  }
}
@media screen and (max-width:750px) {
  .column-1-image figcaption {
    margin-top: calc(30 / 750 * 100vw);
    font-size: clamp(14px, calc(32 / 750 * 100vw), 32px)
  }
}