.article-content {
  color: #001A45;
  margin-top: 5vh;
}
.article-header {
  background-color: #F3FAFE;
  padding: 50px 0;
  border-radius: 0px 0 50px 50px;
  text-align: center;
}
.article-header h1 {
  margin: 0;
  color: #001A45;
}
.article-author {
  width: 66%;
  margin: auto;
  background-color: #F3FAFE;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .article-author {
    width: 90%;
  }
}
.article-author p {
  margin: 6px 0;
  font-size: 14px;
}
.article-author p img {
  margin-top: 2px;
  margin-bottom: -2px;
}
.article-author-image {
  border-radius: 70%;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  margin-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-author-image img {
  width: 70%;
  width: 70%;
  height: auto;
  border-radius: 70%;
  object-fit: cover;
}