.project-visual {
  width: min(100%, 34rem);
  aspect-ratio: 1;
  margin: 0;
  justify-self: center;
  overflow: hidden;
  border-radius: clamp(2rem, 6vw, 4.5rem);
  background: #dff4ff;
  box-shadow: 0 2rem 5rem rgb(20 45 55 / 15%);
  transform: rotate(1.5deg);
}

.project-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
