.wp-block-custom-heading-text-lists .investment-policy-sections {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 90%;
}
.policy-section ul {
    padding-left: 5px !important;
}
.policy-section h3 {
    font-size: 32px;
    line-height: 40px;
    color: #234273 !important;
    margin-bottom: 25px !important;
    margin-top: 15px;
}

.policy-section li {
    font-size: 19px;
    line-height: 28px;
    font-family: "Miller-Text" !important;
    color: #0083D5 !important;
    margin-bottom: 2px !important;
}

.wp-block-custom-heading-text-lists {
    background-color: #EDEDEE;
}
.investment-policy-sections ul {
    list-style: outside !important;
    margin-left: 15px !important;
}
.investment-policy-sections ul li::marker {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wp-block-custom-heading-text-lists .investment-policy-sections {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 1rem !important;
    }
      .wp-block-custom-heading-text-lists {
        padding: 0px 24px;
    }
    .investment-policy-sections h3 {
        font-size: 26px !important;
        /* line-height: 30px !important; */
        margin-bottom: 20px !important;
    }
    .investment-policy-sections li {
        font-size: 17px !important;
    }
}
.policy-section {
    padding-bottom: 35px !important;
    max-width: 500px !important;
}