.appload-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.appload-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.appload-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.appload-link {
  margin: 5px;
}

.appload-item {
  height: 60px;
}

@media (max-width: 500px) {
  .appload-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .appload-item {
    width: 220px;
    height: auto;
  }
}
