/*
  Home v 1.1;
  12/12/2023;
  João Diogo Pereira;
*/

.home-about h2 {
  font-family: Archia;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.98px;
  color: #e9128b;
  margin-bottom: 1.5rem;
}

.home-about hr{
  margin: 1rem auto;
}