.b-communication {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.b-communication__wrapper {
	display: flex;
	flex-wrap: wrap;
}
.b-communication__item {
	width: calc(35% - 54px);
	margin-right: 34px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(11, 63, 55, 0.2);
	margin-bottom: 60px;
}
.b-communication__wrapper .b-communication__item:last-child {
	margin-right: 0;
}
.b-communication__item h3 {
	font-family: SF Pro Display, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	min-height: 60px;
}
@media (max-width: 1000px) {
	.b-communication__item {
		width: calc(50% - 62px);
	}
}
@media (max-width: 767px) {
	.b-communication__item {
		padding-bottom: 45px;
		margin-bottom: 40px;
		width: 100%;
		margin-right: 0;
	}
}
.b-communication__name {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
	min-height: 75px;
}
.b-communication__email {
	font-size: 18px;
	line-height: 25px;
}/*# sourceMappingURL=style.css.map */