
h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 400;
  margin: 20px 0;
  text-align: center;
  margin-bottom: var(--xx-margin-bottom);
}

.authors-container,
.blog-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
}

.authors {
  margin-top: 180px;
  margin-bottom: var(--xl-margin-bottom-2);
  padding: var(--default-padding);
}
.authors-container {
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.authors h1 {
  text-align: center;
  margin-bottom: var(--xx-margin-bottom);
}
.author {
  padding: 20px;
  background-color: var(--gray-color);
  width: 30%;
  border-radius: var(--rounded-large);
}
.author a {
  color: var(--dark-blue-color);
}
.author__img {
  width: 100%;
  border-radius: var(--rounded-large);
}

@media (max-width: 800px) {
  .author,
  .gradient-link,
  .gradient-link.submit,
  .policy__left,
  .policy__right,
  .post {
    width: 100%;
  }
  .authors-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .author__img,
  .reason-list__text {
    max-width: 100%;
  }
}
