.mw-info-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.mw-info-box__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6e6e6;
    /* No border-radius so Elementor can fully control */
}

.mw-info-box__text {
    display: flex;
    flex-direction: column;
}

.mw-info-box__heading {
    line-height: 1.3;
}

.mw-info-box__subheading {
    line-height: 1.3;
}
