.b-master-periodical--cooperation{
	margin-top: 30px;
}

.b-master-periodical--cooperation__inner .b-master-periodical--cooperation{
	border-radius: var(--global-block-border-radius, 3px);
}

.b-master-periodical--cooperation__list{
	padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
}

.b-master-periodical--cooperation__item{
	border-radius: var(--global-block-border-radius, 3px);
    padding: 15px var(--global-block-body-padding, 15px);
	border: 1px solid #e9eff4;
	margin-right: 15px;
	width: 200px;
	height: 100px;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 15px;
}

.b-master-periodical--cooperation__item:last-of-type{
	margin-right: 0;
}

.b-master-periodical--cooperation__img{
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: scale-down;
	object-position: center;
}

@media (max-width: 767px)
{
	.b-master-periodical--cooperation{
        margin-top: 15px;
    }
}