.profile-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .profile-list{
    margin-bottom: 7.5px;
  }
}

.profile-list .profile-card {
  padding: 7.5px;
  display: flex;
  flex-direction: column;
}
.profile-list .profile-card .profile-img {
  width: 100%;
  aspect-ratio: 672/748;
}
.profile-list .profile-card .profile-text {
  flex-grow: 1;
  padding: 10px;
  color: #000;
  background: #e0e0e0;
  font-size: 1.4rem;
}
.profile-list .profile-card .profile-text .name {
  font-size: 2rem;
}
/*# sourceMappingURL=member.css.map */