.download-section {
  margin: 24px auto;
  max-width: 1140px;
  padding: 0 16px;
}
.download-section__title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
.download-section__icon {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}

.download-section__button {
  display: inline-block;
  margin-right: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}
.download-section__button--gold {
  width: 170px;
  font-size: 18px;
  font-weight: 500;
  background-color: #ffc107;
  color: #ffffff;
}
.download-section__button--dark {
  width: 170px;
  font-size: 18px;
  font-weight: 500;
  background-color: #404040;
  color: white;
}
.download-section__button--microsoft-store {
  height: 50px;
}
.download-section__button--apple-store {
  height: 50px;
}

@media screen and (max-width: 480px) {
  .download-section__icon {
    display: none;
  }
  .download-section__title {
    text-align: center;
  }
  .download-section__button.download-section__button {
    display: block;
    margin: 0 auto 8px auto;
    width: 170px;
  }
  .download-section__button.download-section__button--microsoft-store {
    width: 170px;
    margin: 0 auto 8px auto;
  }
}
