.wp-block-ananeoo-structured,
.structured-support-sec {
    background: #fff;
    color: #003360;
}

.structured-support-sec .structured-support__card,
.editor-styles-wrapper .structured-support-sec .structured-support__card {
    min-height: 100%;
    overflow: hidden;
}

.structured-support-sec .structured-support__bullet,
.editor-styles-wrapper .structured-support-sec .structured-support__bullet {
    position: relative;
    padding-left: 26px;
}

.structured-support-sec .structured-support__bullet::before,
.editor-styles-wrapper .structured-support-sec .structured-support__bullet::before {
    position: absolute;
    top: 0.55em;
    left: 7px;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #d3bd00;
    content: "";
}

.structured-support-sec .structured-support__phase .ananeoo-advanced-heading,
.editor-styles-wrapper .structured-support-sec .structured-support__phase .ananeoo-advanced-heading {
    letter-spacing: 2px;
}

@media (max-width: 1024px) {
    .structured-support-sec .structured-support__cards,
    .editor-styles-wrapper .structured-support-sec .structured-support__cards {
        max-width: 720px;
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .structured-support-sec .structured-support__hero,
    .editor-styles-wrapper .structured-support-sec .structured-support__hero {
        padding-block: 42px !important;
    }
}
