
#partners {
    width: 100vw !important;

}

#partners .carousel-label {
    text-align: center; /* Center the text */
    margin-top: 10px; /* Space between image and label */
    font-size: 18px;
    font-weight: bold;
    color: white; /* Adjust color as needed */
}

#partners .carousel-indicators{
    margin-bottom: 50px;
}

