.a-section a {
  height: 40px;
  border: 1px solid #F0A928;
  border-radius: 5px;
  background: url("/img/home/button_background.png") #2C2D2E;
  background-blend-mode: multiply;
  background-size: cover;
  color: white;
  text-decoration: none;
  display: flex;
  flex: 0 0 146px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  white-space: nowrap;
  padding: 5px;
}

.a-section a:first-child {
  margin-right: 25px;
}
.a-section a:last-child {
  margin-left: 25px;
}

.a-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 0;
  overflow-x: auto;
  justify-content: space-between;
  /* gap: 15px; */
}

.orange-background {
  background: #F0A928;
}