.our_sponsors
{
    margin: 150px 0
}

.our_sponsors_inner .top_heading_section
{
    margin-bottom: 36px
}

.our_sponsors_inner .top_heading_section .heading_section .heading
{
    margin: 0
}

.our_sponsors_inner .bottom_sponsor_section
{
    gap: 8px
}

.our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper
{
    background-color: var(--Color_Alabaster);
    border-radius: 18px;
    min-height: 186px;
    overflow: hidden;
    width: calc(20% - 6.4px)
}

.our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper.logo_has_link
{
    cursor: pointer
}

.our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper.logo_has_link:hover .icon_wrapper img
{
    transform: scale(1.1)
}

.our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper.logo_has_link .icon_wrapper img
{
    transform: scale(1);
    transition: all .5s ease
}

.our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper .icon_wrapper
{
    display: flex;
    margin: 0 auto;
    padding: 10px
}

.our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper .icon_wrapper img
{
    background-blend-mode: multiply;
    mix-blend-mode: multiply
}

@media (min-width:1360px)
{
    .our_sponsors_inner .top_heading_section .heading_section .heading
    {
        font-size: 32px;
        line-height: 46px
    }
}

@media (max-width:1359px)
{
    .our_sponsors
    {
        margin: 130px 0
    }
}

@media (max-width:1199px)
{
    .our_sponsors
    {
        margin: 110px 0
    }

    .our_sponsors_inner .top_heading_section
    {
        margin-bottom: 30px
    }

    .our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper
    {
        min-height: 160px
    }
}

@media (max-width:991px)
{
    .our_sponsors
    {
        margin: 80px 0
    }

    .our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper
    {
        min-height: 140px;
        width: calc(33.33% - 5.33px)
    }
}

@media (max-width:767px)
{
    .our_sponsors_inner .top_heading_section
    {
        margin-bottom: 25px
    }

    .our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper
    {
        min-height: 120px
    }
}

@media (max-width:575px)
{
    .our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper
    {
        width: calc(50% - 4px)
    }
}

@media (max-width:375px)
{
    .our_sponsors_inner .bottom_sponsor_section .sponsor_wrapper
    {
        width: 100%
    }
}