.custom-banner {
  background-color: #EA9139;
  position: sticky;
  top: 0; /* Distance from the top of the viewport */
  z-index: 1000;
  padding-bottom: 1.5rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-top: 3rem;
  display: flex;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
}
.custom-banner .child-1 {
  flex: 2;
}
.custom-banner .child-2, .custom-banner .child-3 {
  flex: 1;
}
.custom-banner p {
  font-size: 2rem;
  color: black;
  font-family: "Franklin Gothic book";
}
.custom-banner h3 {
  color: #801919;
  font-size: 2rem;
  font-family: "Beautiful Freak Bold";
}
.custom-banner a {
  text-decoration: none;
  color: #7A3C1A;
  background-color: #FFE6BB;
  padding: 1rem;
  font-size: 1.5rem;
  border: none;
  font-family: "Beautiful Freak Bold";
}
@media (max-width: 1000px) {
  .custom-banner {
    display: none;
  }
}/*# sourceMappingURL=banner.css.map */