/* --- Block Services
-------------------------------------------------------- */


/* --- Block Featured Services
-------------------------------------------------------- */

.wp-block-services-list {
    background-color: var(--wp--preset--color--text-link);
    padding: var(--wp--custom--spacing--section-pricing-content);
}

.wp-block-services-list .fse-pro-icons svg {
    color: var(--wp--preset--color--text-link);
    fill: var(--wp--preset--color--text-link);
    transition: all 0.3s ease-in-out;
}

.wp-block-featured-services .wp-block-cover__inner-container .wp-block-media-text__content > .wp-block-columns:last-child {
    margin-bottom: 0;
}

.wp-block-featured-services .wp-block-media-text .wp-block-media-text__media:before {
    content: "";
    background-color: var(--wp--preset--color--text-link);
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 20%;
    left: 0;
}
