/**
* Block Name: icons
*/

section.icons .icon-entry {
    display: flex;
    flex-direction: column;
}

section.icons .icon-entry svg {
    margin-bottom: 15px; /* Abstand unter dem Bild */
}

section.icons .icon-entry .icon-title p {
    margin-bottom: 10px; /* Abstand unter dem Titel */
}

@media (max-width: 992px) {
    section.icons .container .row {
        flex-direction: column;
    }

    section.icons .icon-entry {
        margin-bottom: 30px; /* Zusätzlicher Abstand am unteren Rand jedes Eintrags auf Mobilgeräten */
    }

    section.icons .icon-entry:last-child {
        margin-bottom: 0; /* Entfernt den Abstand vom letzten Eintrag auf Mobilgeräten */
    }
}
