.small-carousel {
    max-width: 600px;
    margin: 0 auto;
}

.small-carousel-img {
    object-fit: cover;
    width: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 30px;
    width: 30px;
    background-size: 100%;
}

.innovators-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.innovators-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.innovator-card {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.innovator-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.innovator-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.innovator-info h5 {
    font-size: 1.25rem;
    margin-top: 15px;
    color: #333;
}

.innovator-info p {
    color: #6c757d;
    font-size: 1rem;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(50%) contrast(100%);
}
