.about-us {
  .about-us__title {
    font-family: var(--astra-roboto), sans-serif;
    font-weight: var(--astra-font-weight-thin);
    font-size: 92px;
    margin: 0;
    text-align: center;
    color: #CBCBCB;

    @media screen and (max-width: 768px) {
      font-size: 64px;
    }

    @media screen and (max-width: 480px) {
      font-size: 32px;
    }
  }
}