.wwh-3e52f0fb-wrapper {
    background-color: #f8f9fa;
    padding: 40px 40px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.wwh-3e52f0fb-container {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.wwh-3e52f0fb-left {
    flex: 0 0 250px;
    min-width: 200px;
    max-width: 280px;
}

.wwh-3e52f0fb-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1b2b4b; /* Navy */
    margin-bottom: 10px;
}

.wwh-3e52f0fb-heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    color: #1b2b4b; /* Navy */
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.wwh-3e52f0fb-heading em {
    font-style: italic;
    color: #627555; /* Green */
}

.wwh-3e52f0fb-right {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.wwh-3e52f0fb-industries {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.wwh-3e52f0fb-industry-item {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 12px;
    border-right: 1px solid #e0e0e0;
    min-width: 0;
}

.wwh-3e52f0fb-industry-item:last-child {
    border-right: none;
}

.wwh-3e52f0fb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #1b2b4b; /* Navy */
    margin-bottom: 10px;
    line-height: 1;
}

.wwh-3e52f0fb-icon svg {
    width: 36px;
    height: 36px;
    fill: #1b2b4b; /* Navy */
}

.wwh-3e52f0fb-industry-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1b2b4b; /* Navy */
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .wwh-3e52f0fb-container {
        gap: 20px;
    }

    .wwh-3e52f0fb-left {
        flex: 0 0 220px;
        min-width: 180px;
    }

    .wwh-3e52f0fb-heading {
        font-size: 22px;
    }

    .wwh-3e52f0fb-industry-item {
        padding: 0 8px;
    }

    .wwh-3e52f0fb-industry-label {
        font-size: 10px;
        letter-spacing: 0.3px;
    }

    .wwh-3e52f0fb-icon {
        font-size: 30px;
    }

    .wwh-3e52f0fb-icon svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .wwh-3e52f0fb-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .wwh-3e52f0fb-left {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .wwh-3e52f0fb-right {
        width: 100%;
    }

    .wwh-3e52f0fb-industries {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .wwh-3e52f0fb-industry-item {
        flex: 0 0 calc(33.333% - 20px);
        border-right: none;
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .wwh-3e52f0fb-wrapper {
        padding: 30px 20px;
    }

    .wwh-3e52f0fb-industry-item {
        flex: 0 0 calc(50% - 20px);
    }

    .wwh-3e52f0fb-heading {
        font-size: 22px;
    }
}
