.three-track-wrapper-910e0b43 {
    text-align: center;
    padding: 20px 0;
}
.three-track-header-910e0b43 {
    margin-bottom: 60px;
}
.three-track-title-910e0b43 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.three-track-subtitle-910e0b43 {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0;
}
.three-track-grid-910e0b43 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding-top: 40px; /* Space for overlapping icons */
}
.three-track-card-910e0b43 {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 50px 30px 30px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.three-track-icon-wrapper-910e0b43 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.three-track-icon-wrapper-910e0b43 svg {
    width: 60px;
    height: 60px;
    fill: #333333;
}
.three-track-card-title-910e0b43 {
    color: #2b5d34;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}
.three-track-card-desc-910e0b43 {
    color: #1a202c;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 768px) {
    .three-track-grid-910e0b43 {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}