.about-author-sec {
  padding: 100px 0px;
}

.about-author-image img {
  width: 100%;
  height: auto;
}

.about-author-btn {
  display: flex;
  margin-top: 90px;
}

.about-author-content h2 {
  margin-bottom: 38px;
}

.about-author-image {
  position: relative;
  z-index: 1;
}

.about-author-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../../../public/images/after-effect.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .about-author-sec {
    padding: 50px 0px 0px;
  }
}

@media (max-width: 428px) {
  .about-author-content h2 {
    font-size: 35px;
  }

  .about-author-content {
    margin-top: 30px;
  }

  .about-author-btn {
    margin-top: 50px;
  }
}

@media (max-width: 414px) {
  .about-author-content h2 {
    font-size: 30px;
  }
  .about-author-content p {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .about-author-content h2 {
    font-size: 26px;
  }
}
