.header-faqs {
  display: flex;
  flex-direction: column; /* Stack children vertically */
  justify-content: flex-end; /* Align children towards the end (bottom) */
  background: url("/images/sky.jpg") top center no-repeat;
  background-size: cover;
  height: 500px;
  padding-bottom: 7%; /* Add some padding at the bottom */
}

.header-faqs .faqs-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: calc(11px + 2vw); /* Ensure vw has a multiplier */
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=faqs.css.map */
