<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
  }

  /* .dropdown {
    cursor: pointer;
    width: 70%;
  }

  .dropdown-content {
    display: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0);
    border-radius: 1px solid rgb(172, 170, 170);
  }

  .dropdown.active .dropdown-content {
    display: block;
  }

  .dropdown-question {
    font-size: large;
    padding: 12px;
    background-color: #f1f1f1;
    border-bottom: 5px solid #ddd;
  } */
  
  .about-header-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.story-grid-wrapper {
  margin-top: -60px;
}
  .dropdown {
    cursor: pointer;
    width: 70%;
  }

  .dropdown-content {
    display: none;
    background-color:white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0);
    border-radius: 1px solid rgb(245, 241, 241);
  }

  .dropdown.active .dropdown-content {
    display: block;
  }

  .dropdown-question {
    /* font-size: larger; */
    padding: 12px;
    background-color: white;
  }
  .dropdown-answer {
    padding: 12px;
    border-bottom: 2px solid #ddd;
  }

  .col-md-4{
    padding-left: -10px;
  }


  /* read more button */

  #more {
    display: none;
}
 #more2{
  display: none;
}
#more3{
  display: none;
}
#more4{
  display: none;
}
#myBtn4{
    border-radius: 5px;
    background: #175CFF;
    font-family: 15px poppins, sans-serif;
    color: white;
    padding: 10 4px 28px;
    border: none;
}
#myBtn3{
    border-radius: 5px;
    background: #175CFF;
    font-family: 15px poppins, sans-serif;
    color: white;
    padding: 10 4px 28px;
    border: none;
}
#myBtn2{
    border-radius: 5px;
    background: #175CFF;
    font-family: 15px poppins, sans-serif;
    color: white;
    padding: 10 4px 28px;
    border: none;
}
#myBtn{
    border-radius: 5px;
    background: #175CFF;
    font-family: 15px poppins, sans-serif;
    color: white;
    padding: 10 4px 28px;
    border: none;
}
</pre></body></html>