.cooperation__wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.cooperation__block {
	display: flex;
	flex-direction: column;
	width: 48%;
}

.cooperation__text {
	margin-bottom: 24px;
}

.cooperation__text h2 {
	font-family: "Open Sans", "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	color: #0E0E0F;
	margin-bottom: 16px;
}

.cooperation__text p {
	font-family: "Roboto", "sans-serif";
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #8E8E93;
	line-height: 26px;
}

.cooperation__contacts h3 {
	font-family: "Open Sans", "sans-serif";
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 24px;
}

.cooperation__img {
	border-radius: 16px;
	height: 386px;
	width: 100%;
	max-width: 567px;
	overflow: hidden;
}

.cooperation__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}