.sw19s-title-text {
  h2 {
    font-size: 32px;
    font-weight: bold;
    color: #111111;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 775px;
  }

  .top-content {
    color: #111111;
    font-size: 18px;
    text-align: center;
  }

  &.blue .top-content {
    color: #fff;
  }

  .top-content ul {
    display: inline-block;
  }

  .top-content li {
    text-align: left;
  }

  .top-content a {
    text-decoration: none;
    color: #FF6200;
  }

  .top-content a:hover {
    text-decoration: underline;
  }

  h2.blue {
    color: #00C8DC;
  }

  h2.sw-orange {
    color: #FF6200;
  }

  h2.geek-green {
    color: #AADC33;
  }

  h2.yellow {
    color: #FBDC44;
  }

  h2.white {
    color: #fff;
  }

  h2.logo-grey {
    color: #111111;
  }

  @media (max-width: 425px) {
    h2 {
      font-size: 24px;
    }
  }
}
