.ib-7e51e711-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}

.ib-7e51e711-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex: 1;
    min-width: 180px;
    box-sizing: border-box;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.ib-7e51e711-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ib-7e51e711-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    transition: color 0.3s ease;
}

.ib-7e51e711-icon svg {
    fill: currentColor;
    display: block;
}

.ib-7e51e711-title {
    margin: 0;
    transition: color 0.3s ease;
    word-break: break-word;
}

.ib-7e51e711-subtitle {
    margin: 0;
    word-break: break-word;
}

@media (max-width: 767px) {
    .ib-7e51e711-container {
        flex-direction: column;
    }
    .ib-7e51e711-item {
        width: 100%;
        max-width: 100% !important;
    }
}
