.spa-feature-bar-9d52dcd3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 20px;
    background-color: #11161a;
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
}

.spa-feature-bar-9d52dcd3 .sfb-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 250px;
    justify-content: center;
}

.spa-feature-bar-9d52dcd3 .sfb-icon {
    font-size: 40px;
    color: #527a9c;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spa-feature-bar-9d52dcd3 .sfb-icon svg {
    width: 40px;
    height: 40px;
    fill: #527a9c;
}

.spa-feature-bar-9d52dcd3 .sfb-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
}

.spa-feature-bar-9d52dcd3 .sfb-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    align-self: center;
}

@media (max-width: 767px) {
    .spa-feature-bar-9d52dcd3 {
        flex-direction: column;
        align-items: stretch;
        gap: 25px;
    }
    .spa-feature-bar-9d52dcd3 .sfb-divider {
        display: none;
    }
    .spa-feature-bar-9d52dcd3 .sfb-item {
        justify-content: flex-start;
        max-width: 100%;
        padding: 0 10px;
    }
}
