.app-links {
  text-align: center;
  margin-left: -2rem;
  margin-right: -2rem;

  &__title {
    font-size: 1.6rem;
    line-height: 1.12;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 4.8rem;
  }

  &__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.7rem;
  }

  a {
    height: 4rem;
    display: inline-block;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  img {
    max-height: 100%;
  }
}
