.some-pic {
  width: clamp(300px, 50vw, 500px);
  height: 300px;
  background-color: #fbfbff;
  margin: auto;
  margin-top: 2rem;
  border-radius: 20px;
}