.about-author {
  background-color: #FFF8DA; 
  text-align: center;
  padding: 50px 20px;
  font-family: 'Georgia', serif; 
  color: #3D3D3D;
  height: auto;
}

.about-author h3 {
  font-family: 'Garamond', serif;
  font-size: 19px;
  font-weight: 400;
  color: #273D55;
  margin-bottom: 0px;
}

.about-author h1 {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    max-width: 400px;
    word-wrap: break-word;
    margin: 0 auto;
   font-size: 38px;
   color: #273D55; 
   margin-bottom: 30px;
   text-transform: uppercase;
}

.about-author .quote {
    font-family: 'Cinzel', serif;
    font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 700px;
  margin: 0 auto; 
}
.about-author svg {
    width: 50%;
}
.author-image-container {
  margin: 20px 0;
}

.author-image-container img {
  width: 250px; 
  height: auto; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.learn-more-button-author{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.learn-more-button-author button {
  margin: 0 auto;
    border: 1px solid #E3BE67;
    color: #E3BE67;
    font-family: 'Cinzel', serif;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.learn-more-button-author button:hover {
    background-color: #E3BE67;
    color: #2A3B4C;
}

@media (max-width: 768px) {
  .about-author h1 {
    font-size: 30px;
    max-width: 100%;
  }

  .about-author .quote {
    font-size: 18px;
    max-width: 90%;
  }

  .author-image-container img {
    width: 200px;
  }
  .learn-more-button-author button {
    width: 40%;
    font-size: 14px;
    padding: 8px 16px;
  }
  .about-author svg {
    width: 100%;
}
}

@media (max-width: 480px) {
  .about-author h1 {
    font-size: 24px;
  }

  .about-author .quote {
    font-size: 16px;
    max-width: 100%;
  }

  .author-image-container img {
    width: 150px;
  }

  .learn-more-button-author button {
    width: 60%;
    font-size: 14px;
    padding: 8px 16px;
  }
  .about-author svg {
    width: 100%;
  }
  .learn-more-button-author img {
    width: 34%;
  }
}
