.b-mass-media {
	padding-top: 100px;
}

.b-mass-media__title {
	font-weight: 700;
	font-size: 36px;
	line-height: 130%;
	color: #1E2025;
	padding-bottom: 30px;
}

.b-mass-media__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}

.b-mass-media__item {
	width: 33.33%;
	padding: 10px;
}

.b-mass-media__item-picture {
	padding-top: 65%;
	height: 0;
	width: 100%;
	background-position: center;
	background-size: cover; /*contain*/
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.b-mass-media__item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
	opacity: 0.8;
	margin: 20px 0;
}

.b-mass-media__item-link {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #2FC9C8;
}

.b-mass-media__item-link a {
	color: #2FC9C8;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.b-mass-media__item-link span {
	margin-right: 10px;
}

.b-mass-media__item-tag {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 12px 20px;
	font-weight: 400;
	font-size: 14px;
	color: #1E2025;
	border-radius: 25px;
	background: #fff;
}

.b-mass-media__item-tag img {
	margin-right: 10px;
}

@media (max-width: 768px) {
	.b-mass-media__title {
		font-size: 25px;
	}

	.b-mass-media__item {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.b-mass-media__item {
		width: 100%;
	}
}