img {
  width: clamp(594px, 70dvw + 4rem, 722px);
}

@media (max-width: 720px) {
  img {
    width: min(93dvw + 1.2rem, 610px);
  }
}
