.communication-management .meeting-cta__block-content {
	max-width: 520px;
}

.management {
	margin: 140px auto;
}

.management__wrapper {
	display: flex;
	flex-direction: row;
	gap: 80px;
}

.management__image {
	flex-shrink: 0;
	max-width: 48%;
	width: 100%;
}

.management__image img {
	width: 100%;
	height: auto;
}

.management__text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.management__p {
	position: relative;
}

.management__address {
	margin-top: 34px;
	padding-top: 34px;
	border-top: 1px solid #d7d7d7;
}

.management__email {
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
}

.management__email a {
	position: relative;
	font-weight: 600;
	color: #1c3393;
}

.management__email a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1c3393;
	background-repeat: repeat-x;
	background-size: auto 2px;
	transition: all 0.3s ease-out 0s;
}

.management__email a:hover::after {
	bottom: -3px;
	opacity: 0;
}

.management__p > p {
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 24px;
}

@media (max-width: 1200px) {
	.management {
		margin: 100px auto;
	}

	.management__wrapper {
		gap: 60px;
	}
}

@media (max-width: 833px) {
	.management {
		margin: 24px auto 100px;
	}

	.management__wrapper {
		flex-direction: column;
		gap: 24px;
	}

	.management__image {
		max-width: 100%;
	}

	.management__image img {
		width: 100%;
		max-height: 600px;
		border-radius: 8px;
	}

	.management__address {
		margin-top: 24px;
		padding-top: 24px;
	}

	.management__p > p:last-child {
		margin-bottom: 0;
	}

	.management__email {
		text-align: center;
	}
}
