.facility-photo.machine-cutout {
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(145deg, #ffffff 0%, #eef0f1 100%);
  box-shadow: var(--shadow);
}

.facility-photo.machine-cutout > img {
  object-fit: contain;
  padding: 38px;
  box-shadow: none;
}

@media (max-width: 780px) {
  .facility-photo.machine-cutout > img {
    padding: 18px;
  }
}
