/* TEST */
.test-hero-banner {
  height: 300px;
  background-position: center; 
  background-size: cover;
  display: flex;
  align-items: center;     /* Centers vertically */
  padding-left: 30px;
  /* padding: 60px 40px; */
}

/* 
.hero-banner__eyebrow {
  color: #ffd100;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #ffd100;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
*/


.hero-banner__heading p {
  color: white;
  font-family: Teko;
  font-size: 3rem;
  /* text-transform: uppercase; */
}


.hero-banner__buttons {
  display: flex;
  gap: 12px;
  width: 500px;
}

.hero-banner__button a {
  display: inline-block;
  background-color: #ffd100;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
  text-decoration: none;
}