.simple-heading {
  text-align: center;

  p{
    margin: 0;
  }

  .simple-heading__content {
    font-family: Arboria-Bold;
    font-weight: 400;
    font-size: 40px;
    line-height: 111%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .simple-heading__content b,
  .simple-heading__content strong {
    font-weight: 400;
  }

  @media (min-width: 990px) {
    .simple-heading__content {
      font-size: 80px;
    }
  }
}
