/* @group Example
------------------------------------ */
.three-stacked-cards .header {
	padding: 0 2rem;
	margin-bottom: 5.7rem;
}
.three-stacked-cards .header .wp-block-heading {
	margin: 0 0 2.2rem;
}

@media only screen
and (min-width : 961px) {
    .three-stacked-cards .wp-block-columns {
        position: relative;
    }
    .three-stacked-cards .header {
        height: fit-content;
        position: sticky;
        top: 0;
        padding: 30rem .25rem 5rem;
        margin-bottom: 0;
    }
    .three-stacked-cards:not(.reversed) .header {
        order: 2;
    }
    .three-stacked-cards .header .wp-block-heading {
        margin: 0 0 3.5rem;
    }
    
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .three-stacked-cards .header {
        order: -1;
        padding: 0 2rem;
        text-align: center;
    }
    .three-stacked-cards .slider {
        padding: 0 .8rem;
    }
}



:where(.editor-styles-wrapper) .three-stacked-cards {
    color: var(--marron);
}
:where(.editor-styles-wrapper) .three-stacked-cards .header {
    text-align: left;
    position: sticky;
    top: 0;
    height: fit-content;
}
:where(.editor-styles-wrapper) .three-stacked-cards:not(.reversed) .header {
    order: 2;
}

/* @end */
