#comp-lqcqbew1.Le88gL.comp-lqcqbew1.wixui-section {
    height: 600px
}

.wixui-repeater__item {
    padding: 25px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.wixui-repeater__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Image */
.wixui-repeater__item .wixui-image img {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.wixui-repeater__item:hover .wixui-image img {
    transform: scale(1.02);
}

/* Name */
.wixui-repeater__item .wixui-rich-text:first-of-type {
    margin-top: 15px;
}

.wixui-repeater__item .wixui-rich-text:first-of-type p {
    font-weight: 600;
    color: #222;
}

/* Social icon */
.wixui-repeater__item ul {
    margin: 10px 0;
    padding: 0;
}

.wixui-repeater__item ul a {
    display: inline-flex;
    transition: opacity 0.3s ease;
}

.wixui-repeater__item ul a:hover {
    opacity: 0.65;
}

/* Description */
.wixui-repeater__item>div:last-child p {
    color: #666;
    line-height: 1.6 !important;
}


#comp-lr9974ct1_wrapper>fluid-columns-repeater {
    padding-right: 50px;
}