.industryMore {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.industryMore a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 280px;
  padding: 18px 22px;
  border: 1px solid #111;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  transition: background .25s, color .25s;
}

.industryMore a:hover {
  background: #111;
  color: #fff;
}

.industryMore span {
  font-size: 17px;
}

@media (max-width: 900px) {
  .industryMore {
    margin-top: 32px;
  }

  .industryMore a {
    width: 100%;
    min-width: 0;
  }
}
