img {
  width: clamp(450px, 50dvw + 4rem, 546px);
}

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