@charset "UTF-8";
.profile_mv {
  position: relative;
}

.profile_contents {
  margin-top: 26rem !important;
}
.profile_contents:nth-of-type(1) {
  margin-top: 15rem !important;
}
.page_title {
  font-size: 7rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .page_title {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute !important;
    top: 72rem !important;
    left: unset !important;
    filter: drop-shadow(0 0 0.5rem rgba(51, 51, 51, 0.6));
  }
}

.profile_info_p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: justify;
}
.trainers_img {
  aspect-ratio: 631/692;
  height: auto;
}
