.data {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  /*padding: 20px;*/
}

.about-001 .data h2 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.about-001 .data hr {
  max-width: 300px;
  height: 2px;
  background: linear-gradient(106deg, #d81e05 0%, var(--blue) 55%, #f9e526), var(--blue);
  border-style: none;
}

.about-001 .data p {
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
  color: black;
}

@media (max-width: 576px) {
  .about-001 .data p {
    font-size: 18px;
    font-weight: 400;
    /*text-align: justify;*/
  }
}

