.single-post #blog .post .entry-content {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.article-contributors > section {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .article-contributors > section {
    margin-bottom: 30px;
  }
}

h2 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  h2 {
    text-align: center;
  }
}

.content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .content-wrapper {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.content-wrapper .content-left {
  width: 200px;
  padding-right: 30px;
}
@media screen and (max-width: 599px) {
  .content-wrapper .content-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.content-wrapper .content-right {
  width: calc(100% - 200px);
}
@media screen and (max-width: 599px) {
  .content-wrapper .content-right {
    width: 100%;
  }
}

.profile-image {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .profile-image {
    margin: 0 auto;
  }
}
.profile-image img {
  display: block;
  width: auto;
  height: 100%;
}

.job-title {
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
  line-height: 2.2rem;
}
@media screen and (max-width: 599px) {
  .job-title {
    text-align: center;
  }
}

.name-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .name-wrapper {
    justify-content: center;
  }
}
.name-wrapper h3 {
  font-size: 1.8rem;
}
.name-wrapper p {
  font-size: 1.3rem;
  padding-left: 0.5rem;
  color: #909090;
}

.qualification {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .qualification {
    text-align: center;
  }
}

.introduction {
  font-size: 1.3rem;
}
@media screen and (max-width: 599px) {
  .introduction {
    max-width: 400px;
    margin: 0 auto;
  }
}

article.post {
  border-bottom: 0;
  padding-bottom: 0;
}/*# sourceMappingURL=author.css.map */