.heading-date-badge-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.heading-date-badge-content .nb-info-badge-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: calc(var(--nb-spacer-x)*2);
    margin-bottom: var(--nb-spacer-y);
}

.heading-date-badge-content .nb-icon-left-title-and-description-right-horizontal {
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}

.heading-date-badge-content .nb-text-wrapper .nb-paragraph:not(:last-of-type) {
    margin-bottom: var(--nb-spacer-y);
}

@media (max-width: 991px) {
    .heading-date-badge-content .nb-info-badge-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .heading-date-badge-content .nb-info-badge-wrapper {
        gap: calc(var(--nb-spacer-y)/2);
    }
}