.about-header {
    background: #e3e3e3;
               
    background-size: cover;
    height: 360px;
  }
  
  .tagline {
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    color: #148060;
  }
  
  .offer-banner {
    font-size: 1.25rem;
    font-weight: 600;
  }
  
  h2 {
    color: white;
    font-weight: 600;
  }
  
  ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .blockquote {
    border-left: 5px solid #0d6efd;
    padding-left: 1rem;
    font-style: italic;
    color: #555;
  }
  
  #aboutbooking{
    background-color: white;
    font-weight: bold;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    color: #148060;
  }