@media (min-width: 1024px) {
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1.3;
    }
}
@media (min-width: 768px) {
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.9rem;
    }
}

header {
    z-index: 99999;
}
.w-5 {
  width: 1.25rem;
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}


.has_ul ul {
    list-style: inherit !important;

}
.faq_answer a {
        font-weight: bold;
        text-decoration: underline;
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
