.download-section {
  border-top: 1px solid $gray;
  padding: 30px 0;
  text-align: center;

  &__links {
    display: flex;
    justify-content: space-around;

    .download-section__google-play,
    .download-section__app-store {
      width: 40%;

      img {
        width: 100%;
      }

      @include media-breakpoint-down(sm) {
        width: 50%;

        a {
          img {
            width: 93%;
          }
        }
      }
    }
  }

  &__title,
  &__info {
    @include media-breakpoint-down(sm) {
      text-align: left;
    }
  }

  @include media-breakpoint-down(sm) {
    padding-bottom: 0;
  }
}
