@media (min-width: 1001px) {
  .home-buyer-hero {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

@media (max-width: 560px) {
  .home-buyer-hero {
    padding-bottom: 24px;
  }
}

.authentic-workshop-photo {
  margin: 0;
  width: 100%;
  max-width: 600px;
  min-height: 0;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  background: #e8ecea;
}

.authentic-workshop-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  display: block;
}

.authentic-workshop-photo figcaption {
  position: static;
  padding: 14px 18px;
  background: #0e1c29;
  color: #fff;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .authentic-workshop-photo {
    min-height: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 560px) {
  .authentic-workshop-photo {
    min-height: 0;
  }
}
