@charset "utf-8";
h2 {
  margin-top: 100px;
}
.staff-card {
  /* max-width: 300px; */
  width: 30%;
  margin-bottom: 60px;
}

.staff .content {
  gap: 30px;
  flex-wrap: wrap;
}
.staff-card .pic {
  margin-bottom: 20px;
}
.s-name {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .staff-card {
    width: 100%;
  }

  .staff-card .pic img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}
