.about {
  background: #faf5cc;
  padding: 0px 50px;
}
.about__title h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 176%;
  /* or 56px */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #3b5998;
}
.about__norm {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 176%;
  /* or 32px */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3f3f3f;
}
.about__heading strong {
  color: #3b5998;
  font-size: 32px;
}

#about,
#requestdocs {
  scroll-margin-top: 110px;
}

@media (max-width: 992px) {
  .about__norm{
    font-size: 1.7rem;
  }
}