.partner-logo img {
    width: 112px!important;
    max-height: 100%!important; 
}
.row.display-flex{
    margin-bottom: 10px!important;
	width: 50%;
	height: 140px;
}

.table {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}

@media (max-width: 1199px) {
	.row.display-flex{
		width: 100%;
	}
	
}