@charset "utf-8";

.profile-content {
  max-width: 755px;
  margin-inline: auto;
  margin-top: 120px;
}

.img-box {
  max-width: 100%;
  height: auto;
}

.profile-detail {
  margin-top: 50px;
}

.profile-detail,
.profile-detail .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.profile-detail .description {
  gap: 20px;
}

.profile-name {
  font-weight: 400;
  font-size: 20px;
}

.profile-detail .members,
.profile-detail .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 1024px) {
  .profile-content {
    max-width: 100%;
    margin-top: 40px;
  }

  .profile-content .img-box img {
    width: 100%;
  }
}
