.elementor-3285 .elementor-element.elementor-element-c397748{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-ea529a2 */.by-brands-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
}

.by-brand-group {
    margin-bottom: 55px;
}

.by-brand-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    height: 78px;
    padding: 0 20px;
    background: #222;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 7px;
    margin-bottom: 35px;
}

.by-brand-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 26px;
}

.by-brand-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    min-height: 58px;
    padding: 15px 28px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.25s ease;
}

.by-brand-item:hover {
    background: #f8175d;
    border-color: #f8175d;
    color: #fff;
}

@media (max-width: 767px) {
    .by-brands-wrapper {
        padding: 20px 8px;
    }

    .by-brand-group {
        margin-bottom: 48px;
    }

    .by-brand-letter {
        min-width: 70px;
        height: 70px;
        font-size: 25px;
        margin-bottom: 28px;
    }

    .by-brand-items {
        gap: 16px 12px;
    }

    .by-brand-item {
        min-width: 130px;
        min-height: 55px;
        padding: 13px 16px;
        font-size: 20px;
    }
}/* End custom CSS */