/* Footer styles */

.footer-top {
	display: none;
}

/* Page styles */

.coach {
	margin-top: 170px;
	margin-bottom: 116px;
}

.coach .container {
	max-width: 1073px;
}

.coach .left {
	max-width: 593px;
	width: 100%;
	
}

.coach .left h1 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 400;
}

.coach .left .role {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #E53B78;
}

.coach .left .content {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

.coach .right {
	max-width: 300px;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.coach .right .image {
	margin-bottom: 12px;
}

.coach .left .image-mobile {
	display: none;
}

.coach .left .mobile {
	display: none;
}

.coach .right .flex-wrapper {
	align-items: center;
}

.coach .right .media .media-list {
	display: flex;
	align-items: center;
	gap: 18px;
}

.coach .right .media .media-list img {
	width: 16px;
}

.vision-title {
	font-size: 18px;
	line-height:30px;
	font-weight: 500;
	margin-bottom:16px;
	margin-top: 24px;
}

.vision-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	padding-left: 16px;
	border-left: 2px solid #E53B78;
}


@media screen and (max-width: 1000px) {
	.coach .container > .flex-wrapper {
		flex-direction: column-reverse;
	}
	
	.coach .left, .coach .right {
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	
	.coach .left h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom:12px;
	}
	
	.coach .left .image-mobile {
		display:block;
		margin-bottom: 19px;
	}
	
	.coach .left .mobile {
		display: flex;
	}
	
	.coach .left .flex-wrapper {
		align-items: center;
		margin-bottom: 32px;
	}

	.coach .left .media .media-list {
		display: flex;
		align-items: center;
		gap: 18px;
	}

	.coach .left .media .media-list img {
		width: 16px;
	}

	.coach .right {
		display: none;
	}
	
	.coach {
		margin-top: 145px;
	}
}



