/* Hide the extra space from bottom on home page */
.cta-cards-block + .sponsor_partner_section{
    padding-bottom: 0;
}

.mySponsorSlider .swiper-slide{
    text-decoration: none;
}

.mySponsorSlider .swiper-slide .sponsor_badge {
    border-radius: 4px;
    padding: 9px 24px 5px 24px;
    margin-bottom: 24px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.mySponsorSlider .swiper-slide .sponsor_badge h3 {
    font-size: 28px;
    margin-bottom: 0;
}

.mySponsorSlider .swiper-slide:nth-child(1) .sponsor_badge {
    background-color: var(--primary-green);
}

.mySponsorSlider .swiper-slide:nth-child(2) .sponsor_badge {
    background-color: var(--orange);
}

.mySponsorSlider .swiper-slide:nth-child(3) .sponsor_badge {
    background-color: var(--blue);
}

.sponsor_partner_section .container.container-sm {
    max-width: 1200px !important;
    width: 100%;
}

.myMarketingSwiper .swiper-wrapper {
    align-items: center;
}

.marketing_logo_section {
    margin-top: clamp(24px, 2.778vw, 40px);
}

.marketing_logo_section h2 {
    margin-bottom: 40px;
}
.marketing_logo_section .myMarketingSwiper + div{
    display: none;
}
@media(max-width: 767px) {
    .marketing_logo {
        text-align: center;
        width: 200px;
        margin: 0 auto;
    }

    .marketing_logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .myMarketingSwiper{
        display: none;
    }
    .marketing_logo_section .myMarketingSwiper + div{
        display: block;
    }
    .marketing_logo_section div h2{
        margin-bottom: 48px;
    }
    .marketing_logo_section div img{
        margin-left: auto;
        margin-right: auto;
    }
}