.author {
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
  padding: 1.5rem;
}
@media (min-width: 576px) {
  .author {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .author {
    margin: 6rem 3rem 0 0;
  }
}
@media (min-width: 1600px) {
  .author {
    margin-top: 9rem;
  }
}
.author__image {
  position: relative;
}
.author__image::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  border-radius: 50%;
  border: 1rem solid transparent;
  border-left-color: #cccccc;
  border-right-color: #cccccc;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .author__image::before {
    top: -1.2rem;
    left: -1.2rem;
    width: calc(100% + 2.4rem);
    height: calc(100% + 2.4rem);
    border-width: 1.2rem;
  }
}
.author__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 400%;
  height: 0.3rem;
  background-color: #005285;
}
.author__icon {
  position: absolute;
  bottom: 0;
  right: -0.5rem;
  width: 5rem;
  height: 2.5rem;
  fill: #005285;
  stroke: #005285;
}
@media (min-width: 992px) {
  .author__icon {
    right: -1rem;
    width: 6.4rem;
    height: 3.2rem;
  }
}
.author__bow {
  border-radius: 50%;
  overflow: hidden;
}
.author__title, .author__position {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .author__title, .author__position {
    font-size: 2.2rem;
  }
}
@media (min-width: 1600px) {
  .author__title, .author__position {
    font-size: 2.4rem;
  }
}
.author__title {
  font-weight: 600;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .author__title {
    margin-top: 3rem;
  }
}
@media (min-width: 1600px) {
  .author__title {
    margin-top: 4.5rem;
  }
}
.author__text {
  color: #005285;
  font-size: 1.6rem;
  margin-top: 6rem;
}
@media (min-width: 400px) {
  .author__text {
    font-size: 1.8rem;
    margin-top: 8rem;
  }
}
@media (min-width: 576px) {
  .author__text {
    margin-top: 10rem;
  }
}
@media (min-width: 992px) {
  .author__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .author__text {
    font-size: 2rem;
    margin-top: 11rem;
  }
}
.author__text strong {
  font-weight: 600;
}