html, body {
  height: 100%;
  margin: 0;
  background: #fff;
}

body {
  display: flex;
  align-items: center;
  padding-left: clamp(16px, 3.47vw, 50px);
}

img {
  width: clamp(180px, 39.2vw, 564.5px);
  height: auto;
  margin-bottom: clamp(60px, 27.8vh, 300px);
}
