.single-page {
  padding-bottom: 60px;
}
.author__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.author__container-left {
  width: calc((100% - 2 * 34px) / 2);
  margin: 17px;
}
.author__container-right {
  width: calc((100% - 2 * 34px) / 2);
  margin: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author__socials a {
  display: flex;
}
.linkedin-i {
  width: 55px;
  height: 55px;
  background: url(../img/linkedin.svg) no-repeat center;
  background-size: contain;
}
.author__content-text {
  width: 100%;
  margin: 53px 17px 0;
}
.author__content-text ul {
  padding-left: 26px;
  margin-bottom: 30px;
}
.author__content-text ul li {
  list-style: disc;
  font-size: 20px;
  line-height: 30px;
  padding-left: 5px;
}
.author__socials {
  display: flex;
}
.author__content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.author__content h1 {
  font-size: 36px;
  margin-bottom: 30px;
}

h1 {
  font-size: 36px;
  margin-bottom: 17px;
}
h2 {
  font-size: 30px;
  margin-bottom: 17px;
}
h3 {
  font-size: 26px;
  margin-bottom: 17px;
}
h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
h5 {
  font-size: 20px;
  margin-bottom: 17px;
}
h6 {
  font-size: 16px;
  margin-bottom: 17px;
}

@media screen and (max-width: 1300px) {
  .author__content h1 {
    font-size: 32px;
    margin-bottom: 26px;
  }
  .author__content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .author__content-text {
    margin: 46px 17px 0;
  }
  .author__container-right {
    width: calc((100% - 2 * 30px) / 2);
    margin: 15px;
  }
  .author__container-left {
    width: calc((100% - 2 * 30px) / 2);
    margin: 15px;
  }
  .linkedin-i {
    width: 45px;
    height: 45px;
  }
  h4 {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .author__content-text ul li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1150px) {
  .author__content h1 {
      font-size: 28px;
      margin-bottom: 23px;
    }
  .author__content-text {
    margin: 40px 15px 0;
  }
  .author__content p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 23px;
  }
  h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .author__content-text ul li {
    font-size: 16px;
    line-height: 23px;
  }
  .author__content-text ul {
    padding-left: 23px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 970px) {
  .author__content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .author__content p {
    line-height: 22px;
    margin-bottom: 16px;
  }
  .author__content-text {
    margin: 30px 15px 0;
  }
  .linkedin-i {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 850px) {
  .author__container-left {
    width: 100%;
  }
  .author__container-right {
    width: 100%;
    flex-direction: column-reverse;
    position: relative;
  }
  .author__socials {
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: 0;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .author__content h1 {
    font-size: 26px;
  }
  .author__content-text {
    margin: 0 15px 0;
  }
}
