/*
Theme Name: HEV Theme
Theme URI: http://www.afw.digital
Template: Divi
Author: AFW GmbH
Author URI: http://www.afw.digital
Description: A custom child theme of Divi
Version: 1.1.1749193358
Updated: 2025-07-15 17:04:38

*/

/* nur im Lauftext-Modul: allen Absätzen unten 24px Abstand geben */
.hev-running-text p {
	margin-bottom: 16px;
}

/* optional: beim letzten Absatz das Margin weglassen */
.hev-running-text p:last-child {
	margin-bottom: 0;
}