body{
  font-family: 'Roboto Slab', serif;
}

.about-hero {
  text-align: center;
  padding: 20px 20px;
  background: #ffffff;
}

.about-hero .hero-title {
  font-size: 2.75rem;
  margin: 1rem auto;
  text-align: center;
  font-weight: 500;
  color: #0F2BC9;
  display: block;
  width: 100%;
}

.about-hero .hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: justify;
  width: 82%;
  margin: 0 auto;
  color: #444;
}


/* About Content */
.about-content {
  width: 82%;
  margin: 15px auto;
  padding: 20px;
  text-align: left;
  background-color: #f9f9f9;
  border-radius: 14px;
}

.about-content h2 {
  margin-bottom: 15px;
  font-weight: 500;
  color: #111;
}

.about-content p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #444;
}

.about-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.about-content li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}

/***** FAQ Section *****/
.faq-section {
  width: 90%;
  max-width: 800px;
  margin: 2rem auto;
  padding-bottom: 30px;
  line-height: 1.5;
  font-size: 1.1rem;
}

.faq-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #0F2BC9;
}

.faq-accordion details div {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1em;
  font-size: 1.2rem;
}

.faq-accordion details div>*+* {
  margin-top: 1.5em;
}

.faq-accordion details+details {
  margin-top: 0.5rem;
}

.faq-accordion summary {
  list-style: none;
  border: 1.5px solid #000;
  padding: .75em 1em;
  cursor: pointer;
  font-size: 1.2rem;
  position: relative;
  padding-left: calc(1.75rem + .75rem + .75rem);
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .75rem;
  content: "↓";
  width: 1.75rem;
  height: 1.75rem;
  background-color: #0F2BC9;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.faq-accordion details[open] summary {
  background-color: #eee;
}

.faq-accordion details[open] summary:before {
  content: "↑";
}

.faq-accordion summary:hover {
  background-color: #eee;
}

.faq-accordion a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 0 0;
}

.faq-accordion a:hover {
  box-shadow: 0 3px 0 0;
}

.faq-accordion code {
  font-family: monospace;
  font-weight: 500;
}



/***** Media Query *****/
/***** Tablets in portrait & smaller laptops (≤991px) ******/
@media (max-width: 991px) {
  .about-content {
    width: 88%;
    margin: 15px auto;
    padding: 20px;
  }

  .about-hero .hero-subtitle {
    font-size: 1.2rem;
    width: 88%;
  }
}

/***** Standard tablets & landscape phones (≤768px) ******/
@media (max-width: 768px) {
  .about-content {
    width: 92%;
    margin: 15px auto;
    padding: 20px;
  }

  .about-hero .hero-subtitle {
    font-size: 1.2rem;
    width: 92%;
  }

  .about-hero .hero-title {
    font-size: 2.5rem;
    width: 100%;
  }

  .about-content h2 {
  font-size: 1.8rem;
}
}

/***** Large smartphones & phablets (≤617px) ******/
@media (max-width: 617px) {
  .about-content {
    width: 95%;
    margin: 15px auto;
    padding: 20px;
  }

  .about-hero .hero-subtitle {
    font-size: 1.2rem;
    width: 95%;
  }

  .about-hero .hero-title {
    font-size: 2.3rem;
    width: 100%;
  }

  .about-content h2 {
  font-size: 1.6rem;
}

.faq-section h2 {
  font-size: 2rem;
}

.faq-accordion details div {
  padding: 1em;
  font-size: 1rem;
}
}

/***** Small smartphones (≤450px) ******/
@media (max-width: 450px) {
  .about-content {
    width: 95%;
    margin: 15px auto;
    padding: 20px;
  }

  .about-hero .hero-subtitle {
    font-size: 1rem;
    width: 100%;
  }

  .about-hero .hero-title {
    font-size: 2rem;
    width: 100%;
  }

  .about-content h2 {
  font-size: 1.4rem;
}

.about-content p,
.about-content li {
  font-size: 1rem;
}

.faq-section h2 {
  font-size: 1.7rem;
}

.faq-accordion details div {
  padding: 1em;
  font-size: 1rem;
}
}

/***** Extra small phones & older devices (≤365px) ******/
@media (max-width: 365px) {
  .about-content {
    width: 95%;
    margin: 15px auto;
    padding: 20px;
  }

  .about-hero .hero-subtitle {
    font-size: 1rem;
    width: 100%;
  }

  .about-hero .hero-title {
    font-size: 2rem;
    width: 100%;
  }

  .about-content h2 {
  font-size: 1.4rem;
}

.about-content p,
.about-content li {
  font-size: 1rem;
}

.faq-section h2 {
  font-size: 1.4rem;
}

.faq-accordion details div {
  padding: 1em;
  font-size: 0.9rem;
}

.faq-accordion summary {
  font-size: 1rem;
}
}