
.col-md-8:has(.c-flexwrapper) {
    width: 100% !important;
}
.c-flexwrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 25px;

    & > * {
        display: contents;
    }
}
@media (max-width: 600px) {
    .c-flexwrapper {
        flex-direction: column;
        align-items: center;
    }
    .frame-type-flux_flexwrapper {
        header {
            text-align: center;
        }
    }
    .subheadline {
        display: flex;
        justify-content: center;
    }
}