.news-list {
	word-wrap: break-word;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.partn-block {
	width: 350px;
	max-height: 150px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
	margin-bottom: 40px;
}
.partn_logo {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: fit-content;
	max-height: fit-content;
}
@media (max-width: 1024px) {
	.partn-block {
		width: 250px;
	}
}
@media (max-width: 530px) {
	.partn-block {
		width: 190px;
		margin-bottom: 20px;
	}
}