.static-content h4 {
    color: #E3A16D !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    --bs-text-opacity: 1;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.static-content h5 {
    color: #E3A16D !important;
    font-size: 1.5em !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    --bs-text-opacity: 1;
    padding-top: .5rem !important;
    line-height: 18px;
    margin: 0 0 14px;
}

.static-content ul {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .25rem !important;
    margin-top: 0;
    margin-bottom: 1rem !important;
    list-style: none;
}

.static-content ul li {
    color: #212529 !important;
    font-weight: 400 !important;
    margin-top: 1rem !important;
    align-items: center !important;
    display: flex !important;
    position: relative;
    text-indent: 35px;
}

.static-content ul li:before {
    content: "\f058"; /* Unicode for fa-circle-check */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00ACCF !important;
    position: absolute;
    left: -40px;
    top: 5px;
    font-size: 32px;
}

.static-content ul li span {
    font-size: 1.2em !important;
    margin-left: 2.5rem !important;
}

.static-content p {
    font-size: 1.2em !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    line-height: 26px;
    margin: 0 0 20px;
}
