.content h1 {
    color: #254E6C;
    font-size: 3rem;
    font-weight: 400;
}
.content h2 {
    color: #254E6C;
    font-size: 2rem;
    font-weight: 400;
}
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #254E6C;
}

.content h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 800;
}

.has-background-info p,
.has-background-info ul {
    color: #fff;
}

.has-background-info .content h1,
.has-background-info .content h2,
.has-background-info .content h3,
.has-background-info .content h4,
.has-background-info .content h5,
.has-background-info .content h6 {
    color: #FFCD07;
}

.has-background-info a:not(.button):not(.dropdown-item) {
    color: #FFCD07;
}
.has-background-info a:not(.button):not(.dropdown-item):hover {
    color: #ffeca0;
}
.has-background-info a:not(.button):not(.dropdown-item):focus {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 0 2px #ffeca0;
    color: #ffeca0 !important;
    outline: none;
}

.serving-areas .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    margin: 0 0 1em 0;
    list-style: none;
    justify-content: center;
}
.serving-areas .content ul li {
    margin: 0;
}
.serving-areas .content ul li:before {
    color: #FFCD07;
    content: "\f041";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 6 Pro";
    left:0;
    top:0;
    margin-right: 4px;
}


.ww-equal-height-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 1rem 0;
    text-align: left;
}
.ww-equal-height-cards.ww-cards-are-thirds > div, 
.ww-equal-height-cards.ww-cards-are-thirds > li {
    width: 100%;
    background-color: #fff;
    border-radius: 1.250em;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 1024px), print {
    .ww-equal-height-cards.ww-cards-are-thirds > div, 
    .ww-equal-height-cards.ww-cards-are-thirds > li {
        width: calc(33.3333% - 1rem);
    }
}