.section {
    border-radius: 30px;
    padding: 3rem 0;
} 
.innovation-content .section-heading h2 {
    background: linear-gradient(135deg,#ef4485 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 200;
}   
.innovation-content .closing-section {
    background: linear-gradient(135deg, #764ba226 0%, #ef448512 100%);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.list-unstyled {
    li::before {
        content: "\25EF";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #ff6dc2;
        font-size: 0.35rem;
    }
}
.feature-icon {
    background: transparent;
}
@media (max-width: 768px) {
    .section {
        padding: 1.5rem 0;
    } 
    .content-section {
        padding: 1.5rem 0;
    }
    .closing-section {
        padding: 1.5rem 0;
    }
}