.sponsors-section {
    text-align: center;
    margin: 60px 0;
    padding: 30px 20px;
}

.sponsors-section h2 {
    margin-bottom: 35px;
    color: #004b87;
}

/* Combined sponsors banner */
.sponsors-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsors-grid img {
    width: 800px;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.sponsors-grid img:hover {
    transform: scale(1.02);
}

/* Main sponsor */
.main-sponsor-section {
    text-align: center;
    margin: 50px 0;
}

.main-sponsor img {
    width: 600px;
    max-width: 95%;
    height: auto;
}