.gft-benefits-section-b6ee9472 {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: sans-serif;
}

.gft-benefits-title-b6ee9472 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
}

.gft-benefits-grid-b6ee9472 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.gft-benefit-card-b6ee9472 {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.gft-benefit-card-b6ee9472:hover {
    transform: translateY(-5px);
}

.gft-benefit-icon-b6ee9472 {
    font-size: 40px;
    color: #2e7d32; /* Green accent */
    margin-bottom: 20px;
}

.gft-benefit-heading-b6ee9472 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.gft-benefit-desc-b6ee9472 {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}
