/* @group Three-facts-with-background
------------------------------------ */
.three-facts-with-background {
    position: relative;
    padding: 10.6rem 0 14.7rem;
}
.three-facts-with-background .row.middle .wp-block-columns {
    align-items: flex-start!important;
}

@media only screen
and (min-width : 961px) {
    .three-facts-with-background {
        padding: 8.7rem 0 6.4rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .three-facts-with-background .wp-block-column {
        max-width: 34.2rem;
    }
    .three-facts-with-background .wp-block-column p:first-child {
        margin: 0 0 .8rem;
    }
    .three-facts-with-background .wp-block-column p:last-child {
        font-size: 2.1rem;
        line-height: 133.333%;
        letter-spacing: .05em;
    }
}

/* @end */
