.content-box {
  width: 80%;
  margin: 0 auto;
}

p {
  margin: 20px 0;
}

.media-box {
  padding: 30px 0;
  padding-bottom: 50px;
}

.media-box h2,
.media-box h3,
.media-box h4,
.media-box h5,
.media-box h6 {
  margin: 20px 0;
  width: auto;
  text-align: left;
  padding-bottom: 0;
}
.media-box h2::after,
.media-box h3::after,
.media-box h4::after,
.media-box h5::after,
.media-box h6::after {
  display: none;
}

.boss {
  margin: 32px 0;
  list-style: none;
  margin-left: 70px;
  position: relative;
  border: solid 0.9px black;
  border-radius: 10px;
  padding: 20px;
}
.boss::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 45px;
  top: 10px;
  left: -65px;
  z-index: 10;
  background-repeat: no-repeat;
}
.boss::after {
  content: "";
  position: absolute;
  background-image: url("../../src/article/talk1.webp");
  width: 50px;
  height: 50px;
  background-size: 25px;
  top: 25px;
  left: -24px;
  z-index: 10;
  background-repeat: no-repeat;
}

.student1,
.student2 {
  margin: 32px 0;
  list-style: none;
  margin-right: 70px;
  position: relative;
  border: solid 0.9px black;
  border-radius: 10px;
  padding: 20px;
}
.student1::before,
.student2::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 45px;
  top: 10px;
  right: -90px;
  z-index: 10;
  background-repeat: no-repeat;
}
.student1::after,
.student2::after {
  content: "";
  position: absolute;
  background-image: url("../../src/article/talk2.webp");
  width: 50px;
  height: 50px;
  background-size: 25px;
  top: 25px;
  right: -49px;
  z-index: 10;
  background-repeat: no-repeat;
}

.aioseo-author-bio-compact {
  margin-top: 50px;
}
.aioseo-author-bio-compact a {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .content-box {
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=article.css.map */