.p {
  margin: 50px auto;
  width: 700px;
  max-width: 90%;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 200%;
}

.intro {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px auto;
  max-width: 100%;
  gap: 5%;
  margin-bottom: 100px;
}
.intro .profile {
  width: 47.5%;
}
.intro .profile .profile-box {
  display: flex;
  gap: 5%;
}
.intro .profile .profile-box .profile-img {
  width: 30%;
  min-width: 100px;
  padding-top: 40px;
}
.intro h2 {
  font-weight: 400;
  margin: 50px 0 20px;
}
.intro h3 {
  font-size: 14px;
}
.intro p {
  margin-top: 20px;
}

.question {
  width: 1000px;
  margin: 50px auto;
  max-width: 100%;
  color: #03318f;
  border-bottom: 2px solid #03318f;
  margin-top: 100px;
  margin-bottom: 0;
}
.question h2 {
  margin: 50px auto 15px auto;
  font-size: 18px;
  width: 600px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  max-width: 90%;
}

.talk-flex {
  display: flex;
  width: 850px;
  margin: 50px auto;
  margin-bottom: 75px;
  max-width: 90%;
}
.talk-flex .talk1 {
  padding-right: 5%;
}
.talk-flex .talk1 img {
  width: 80px;
}
.talk-flex .talk1 .name {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.talk-flex .talk2 {
  width: calc(95% - 80px);
}

footer {
  margin-top: 150px;
}

.cross-flex {
  display: flex;
}
.cross-flex .left {
  width: 70%;
  padding: 0 5%;
}
.cross-flex .right {
  width: 30%;
}

@media (max-width: 1000px) {
  .cross-flex {
    flex-direction: column;
  }
  .cross-flex .left {
    width: 100%;
    padding: 0 5%;
  }
  .cross-flex .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .intro {
    display: block;
  }
  .intro .profile {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
  }
  .intro .profile .profile-box .profile-img {
    width: 100px;
  }
}/*# sourceMappingURL=cross.css.map */