/*
    Styling for the 'Media With Subheading Repeater' Block
    Created By: RubicoTech (Philip Pradeep)
    @Package Genesis Blocks
*/
.module_media-heading h5 {
    color: var(--dark-purple-100);
    margin-bottom: var(--text-spacing--s);
}

.module_media-heading .desc_repeater:not(:last-of-type) {
    margin-bottom: var(--text-spacing--l);
}

.module_media-heading .img_hero > img {
    width: 100%;
}