.angie-industries-5c212736 {
    text-align: center;
    font-family: inherit;
}

.angie-industries-title-5c212736 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.angie-industries-list-5c212736 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
}

.angie-industry-item-5c212736 {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    flex: 1 1 0;
    min-width: 150px;
    max-width: 20%;
}

.angie-industry-icon-5c212736 {
    color: #e56b1f; /* Orange brand color */
    font-size: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.angie-industry-icon-5c212736 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.angie-industry-text-5c212736 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .angie-industry-item-5c212736 {
        min-width: 200px;
        max-width: 30%;
    }
}

@media (max-width: 767px) {
    .angie-industries-list-5c212736 {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
    }
    .angie-industry-item-5c212736 {
        max-width: 100%;
        width: 100%;
    }
}
