div.spm-text-with-media .spm-text-with-media__heading {
    margin-bottom: 10px;
}

div.spm-text-with-media .spm-text-with-media__copy {
    font-size: var(--wp--preset--font-size--medium);
}

div.spm-text-with-media .spm-text-with-media__links {
    display: flex;
    margin-top: 15px;
}

div.spm-text-with-media .spm-text-with-media__link {
    margin-right: 20px;
}

div.spm-text-with-media .spm-text-with-media__link:last-child {
    margin-right: 0;
}

div.spm-text-with-media .spm-text-with-media__media-col {
    margin-bottom: 20px;
}

div.spm-text-with-media .spm-text-with-media__figure {
    margin-bottom: 0;
}

div.spm-text-with-media .spm-text-with-media__backdrop {
    background-image: url('../../assets/img/circle-backdrops/circle_background_left1.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 40px;
    padding-right: 40px;
}

div.spm-text-with-media .spm-text-with-media__image {
    border-radius: 100%;
}

div.spm-text-with-media .spm-text-with-media__figure .wp-element-caption {
    background-color: transparent;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/* Block styles */

div.spm-text-with-media.is-style-media-left .spm-text-with-media__backdrop {
    background-image: url('../../assets/img/circle-backdrops/circle_background_right1.svg');
}

@media (min-width: 768px) {
    div.spm-text-with-media .spm-text-with-media__heading {
        margin-bottom: 15px;
    }

    div.spm-text-with-media .spm-text-with-media__links {
        margin-top: 20px;
    }

    div.spm-text-with-media .spm-text-with-media__media-col {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    div.spm-text-with-media .spm-text-with-media__media-col {
        margin-bottom: 0;
        order: 2;
    }

    div.spm-text-with-media .spm-text-with-media__backdrop {
        background-position: top right;
        padding-right: 0;
        padding-left: 40px;
    }

    div.spm-text-with-media .spm-text-with-media__text-col {
        order: 1;
    }

    div.spm-text-with-media .spm-text-with-media__text-col--with-image {
        margin-top: 45px;
    }
}

@media (min-width: 992px) {
    /* Block styles */

    div.spm-text-with-media.is-style-media-left .spm-text-with-media__media-col {
        order: 1;
    }

    div.spm-text-with-media.is-style-media-left .spm-text-with-media__backdrop {
        background-position: top left;
        padding-right: 40px;
        padding-left: 0;
    }

    div.spm-text-with-media.is-style-media-left .spm-text-with-media__text-col {
        order: 2;
    }
}