.hecta-features-grid-3c66c77d {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .hecta-features-grid-3c66c77d {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hecta-feature-card-3c66c77d {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.hecta-feature-number-3c66c77d {
    background: #1a56db;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.hecta-feature-title-3c66c77d {
    color: #1a56db;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 15px 0;
}

.hecta-feature-desc-3c66c77d {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
}
