.section__profile {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section__prifile--subtilte {
  opacity: 0.1;
  text-align: center;
}

.section__profile--title {
  font-size: 32px;
  margin-top: -1em;
  margin-bottom: 40px;
  text-align: center;
}

.profile--box {
  display: flex;
}

.profile--portlait {
  flex: 0 0 20%;
}
.profile--portlait img {
  width: 200px;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.profile--detailBox {
  flex: 0 0 80%;
  padding-left: 2em;
}
.profile--detailBox td {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2em;
}

@media screen and (max-width: 1280px) {
  .profile--box {
    flex-direction: column;
  }
  .profile--portlait {
    display: flex;
    gap: 1em;
    justify-content: center;
    margin-bottom: 1em;
  }
  .profile--portlait img {
    width: 100px;
  }
  .profile--detailBox td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .profile--detailBox td:nth-child(2) {
    padding-left: 2em;
    margin-bottom: 2em;
  }
}/*# sourceMappingURL=style-profile.css.map */