

/*--------------------------------------------------------------------------------*/
.sponsor {
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: #5c9f55;

    position: relative;
}
    .sponder-image {
        text-align: center;

        display: flex;
        justify-content: center;
        padding: 27px 0px;
    }
    .sponsor-title {
        position: absolute;
        display: flex;

        flex-direction: row;
        justify-self: center;

        color: #fff;
        font-weight: 900;

        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .sponsor-title img {
        margin-right: 5px;
    }



.sponsor-swiper-wrapper {
    display: flex;
    flex-direction: column;

    justify-content: center;

    overflow: hidden;

    padding: 15px 0px;
    background-color: rgba(255, 255, 255, 0.9);
}
    .sponsor-swiper .swiper-slide {
        background-color: transparent;
    }
    .sponsor-image {
        border-radius: 5px;
    }
    .sponsor-swiper-wrapper .swiper-pagination {
        display: flex;

        position: relative;
        align-items: center;
        justify-content: center;
        padding: 14px 0px;

        bottom: 0px !important;
    }
    .sponsor-swiper-wrapper .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background-color: #fff;
    }


