/* Abstand zwischen Icon-/Teaser-Boxen verringern */
.dt-icon-box,
.dt-teaser {
    margin-bottom: 15px !important;
}

/* Falls es WPBakery-Spalten sind */
.vc_column_container {
    margin-bottom: 15px !important;
}

/* Weniger Abstand innerhalb der Box */
.dt-icon-box-content {
    padding-top: 10px;
    padding-bottom: 10px;
}