.infographic-wrapper-c33cbc31 {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 900px;
    margin: 0 auto;
}

.infographic-header-c33cbc31 {
    text-align: center;
    margin-bottom: 40px;
}

.infographic-title-c33cbc31 {
    font-size: 2.2rem;
    color: #604a79;
    margin-bottom: 10px;
    font-weight: 700;
}

.infographic-grid-c33cbc31 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.infographic-item-c33cbc31 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.infographic-item-c33cbc31:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.06);
}

.infographic-icon-c33cbc31 {
    font-size: 2.5rem;
    flex-shrink: 0;
    line-height: 1;
}

.infographic-content-c33cbc31 {
    flex-grow: 1;
}

.infographic-content-c33cbc31 p {
    margin: 0;
    color: #4a4a4a;
    font-size: 0.95rem;
    line-height: 1.5;
}

.infographic-footer-c33cbc31 {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px dashed #ece8f1;
}

.infographic-logo-c33cbc31 img {
    max-width: 250px;
    height: auto;
    display: inline-block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .infographic-wrapper-c33cbc31 {
        padding: 20px;
    }
    .infographic-title-c33cbc31 {
        font-size: 1.8rem;
    }
    .infographic-grid-c33cbc31 {
        grid-template-columns: 1fr;
    }
}
