.header-subtext {
    text-align: start;
}

.header-subtext h4 {
    font-size: 24px;
    color: black;
    background-color: white;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-decoration: underline;
}

.header-subtext h5 {
    font-size: 25px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.header-subtext p {
    font-size: 20px;
    color: #fff;
}

.header-subtext a {
    font-size: 20px;
    font-weight: bold;
}

.header-subtext li {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 10px;
    line-height: 1.5;
}
