.partners-section {
    background-color: var(--blue);
    color: var(--white);
}
.jdd-partners .item {
    height: 160px;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
    margin-bottom: 30px;
}
.jdd-partners .item .image-wrap {
    background-size: contain !important;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .jdd-partners .item {
        height: 100px;
        width: 100%;
        padding: 10px;
    }
	.jdd-partners .item {
		margin-bottom: 30px;
	}
	.jdd-partners .col-12:last-child .item{
		margin-bottom: 0;
	}
}
