.wi-container-cbee59c7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.wi-section-title-cbee59c7 {
    text-align: center;
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 50px;
    margin-top: 0;
}

.wi-grid-cbee59c7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.wi-card-cbee59c7 {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wi-card-cbee59c7:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wi-card-icon-cbee59c7 {
    color: #6EC1E4;
    font-size: 36px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wi-card-icon-cbee59c7 svg {
    width: 36px;
    height: 36px;
    fill: #6EC1E4;
}

.wi-card-title-cbee59c7 {
    font-size: 22px;
    font-weight: 700;
    color: #1A1A1A;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}

.wi-card-desc-cbee59c7 {
    font-size: 16px;
    line-height: 1.6;
    color: #54595F;
    margin: 0;
}

@media (max-width: 768px) {
    .wi-container-cbee59c7 {
        padding: 40px 20px;
    }
    
    .wi-section-title-cbee59c7 {
        margin-bottom: 40px;
    }
}