.author-section .author-image img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  object-fit: cover;
  object-position: center;
}

.author-section .author-image {
  margin: 0 auto;
}

.author-section .author-text {
  flex-basis: 60%;
}

.addtoany_list > a {
  display: flex;
  padding: 0;
}

.a2a_kit .a2a_svg {
  margin-right: 10px;
}

.author-list-view .view-article-list .views-view-responsive-grid {
  --views-responsive-grid--cell-min-width: 300px !important;
}

@media (min-width: 768px) {
  .author-section .author-image img {
    height: 400px;
    width: 400px;
  }
}
