.short-banner {
  width: 100%;
  height: 130px;
  background-color: var(--text-color);
  font-size: 28px;
  color: white;
  display: flex;
  align-items: center;
}
.short-button {
  padding: 10px 35px;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  border-radius: 50px;
  margin-left: 100px;
}
.short-button:hover {
  background-color: #ffc323;
  border: 2px solid #ffc323;
  color: var(--text-color);
  cursor: pointer;
}
.text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.section {
  width: 1200px;
  margin: auto;
}
.short-banner a {
  text-decoration: none;
}
