.hc-grid-43844207 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hc-wrapper-43844207 {
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    min-height: 280px;
    border: 1px solid #eaeaea;
}

.hc-content-43844207 {
    flex: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hc-icon-container-43844207 {
    margin-bottom: 24px;
}

.hc-icon-43844207 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #d1ff5e;
    color: #000;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hc-icon-43844207 i {
    font-size: 20px;
}

.hc-icon-43844207 svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.hc-title-43844207 {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 500;
    color: #111;
}

.hc-desc-43844207 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.hc-image-43844207 {
    width: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    flex-shrink: 0;
}

.hc-wrapper-43844207:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.hc-wrapper-43844207:hover .hc-image-43844207 {
    opacity: 1;
    /* The width is controlled by Elementor settings, default 50% */
}

@media (max-width: 1024px) {
    .hc-grid-43844207 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .hc-grid-43844207 {
        grid-template-columns: 1fr !important;
    }
}
