.home-header .author_container {
  display: flex;
}
.home-header .author_container .author_avatar {
  background: rgba(33, 96, 181, 0.1);
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.home-header .author_container .author_avatar img {
  border-radius: 50%;
}
.home-header .author_container .author_content .author_content_header {
  display: flex;
  align-items: center;
}
.home-header .author_container .author_content .author_content_header .author_name {
  font-weight: 800;
}
.home-header .author_container .author_content .author_content_header .author_links {
  position: relative;
  display: flex;
  gap: 12px;
}
.home-header .author_container .author_content .author_content_header .author_links a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-decoration: none;
  background-size: cover;
  opacity: 0.3;
}
.home-header .author_container .author_content .author_content_header .author_links a:hover {
  opacity: 1;
}
.home-header .author_container .author_content .author_content_header .author_links a.linkedin {
  background-image: url(../../../../images/share/grey/linkedin_grey.svg);
}
.home-header .author_container .author_content .author_content_header .author_links a.linkedin:hover {
  background-image: url(../../../../images/share/share_linkedin_new.svg);
}
.home-header .author_container .author_content .author_content_header .author_links a.twitter {
  background-image: url(../../../../images/share/grey/twitter_grey.svg);
}
.home-header .author_container .author_content .author_content_header .author_links a.twitter:hover {
  background-image: url(../../../../images/share/share_Twitter.svg);
}
.home-header .author_container .author_content .author_content_header .author_links a.website {
  background-image: url(../../../../images/icons/website.svg);
}
.home-header .author_container .author_content .author_content_header .author_links a.website:hover {
  background-image: url(../../../../images/icons/website.svg);
}
.home-header .author_container .author_content .author_biography a {
  text-decoration: none;
  color: #367bf2;
}
.home-header .page-title {
  font-weight: 800;
  color: #292929;
  margin-bottom: 20px;
}
.home-header .page-description {
  color: #292929;
}
