/*for Demo Only*/
.sponsorship-row {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f4f6f9;
}


/*Implement*/
.sponsor-feature {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    height: 100%;
}


.sponsor-image {
    width: auto;
    max-height: 110px;
    max-width: 200px;
    object-fit: contain;
}

.content-without-pd {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

#id-sponsors .item {
    padding-bottom: 20px;
}
#id-sponsors .carousel-indicators {
    bottom: -25px;
}