* {
  box-sizing: border-box;
}

html,
body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

.healthily__wrapper {
  padding: 30px 10px;
}

.healthily__intro {
  text-align: center;
  color: #444;
  font-size: 1.1rem;
  padding: 30px 0;
  margin: 0;
}

.healthily__logo {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
}

.healthily__app-list {
  display: flex;
  justify-content: center;
}

.healthily__app-link {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 10px;
}

@media (min-width: 1025px) {
  .healthily__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    height: 312px;
    margin: 0 auto;
  }

  .healthily__intro {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .healthily__logo {
    height: 40px;
  }

  .healthily__app-link {
    height: 40px;
  }
}
