.about-area {
  display: flex;
  flex-direction: column;
  padding-right: 12rem;
  padding-left: 12rem;
  padding-top: 1rem;
  justify-content: center;
  align-items: center;
  background: #fbf9ff;
  color: #191919;
  line-height: 1.7em;
  font-family: Arial;
  font-size: 1.1em;
}

.about-area h2 {
  color: #191919;
  font-family: Arial;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
}

#aboutDataHeading{
    margin:0px;
}

.about-area div{
    width:100%;
    text-align:left;
}

.faq-area {
  display: flex;
  flex-direction: column;
  padding: 1rem 12rem 1rem 12rem;
  color: #191919;
  line-height: 1.7em;
}

summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c0c0c0;
  color: #191919;
  font-family: Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

summary svg {
  fill: #1c1c1e;
}

@media (max-width: 1024px) {
  .about-area {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .faq-area {
    padding: 1rem 2rem 1rem 2rem;
  }
}
