.coaching-intro {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.coaching-intro .flex {
	justify-content: space-between;
}
.coaching-intro .flex .left {
	width: 50%;
}
.coaching-intro .flex .right {
	width: 50%;
	display: table;
	padding: 80px 65px;
}
.coaching-intro .flex .right ul {
	list-style: none;
	display: flex;
	font-family: 'Tobias';
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: -1px;
}
.coaching-intro .flex .right ul li {
	width: 40%;
}
.coaching-intro .flex .right ul li:nth-child(4) {
	width:60%;
}
.coaching-intro .flex .right ul li:nth-child(even) .line-mask {
	text-align: right!important;
}
.coaching-intro .flex .right ul li:last-child {
	color:#C78E76;
}
.coaching-intro .flex .right .flex p{
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-family: 'Haboro Serif Norm Demi';
	width: 50%;
}
.coaching-intro .flex .right .flex p a {
	text-decoration: none;
}
.coaching-intro .flex .right .flex p button {
	width: 187px;
	height: 25px;
	text-align: left;
	background-image: url(../../assets/icons/utility/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	line-height: 1;
	letter-spacing: 0.06rem;
}
.coaching-intro .flex .right .flex p button:hover {
	opacity:1;
	background-color:#E4C9B1;
}
.coaching-intro .flex .right .flex-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 287px;
}
.coaching-intro .flex .right .flex{
	display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: wrap;
}
.coaching-intro .flex .right .flex p:nth-child(2) {
	display:flex;
	justify-content: flex-end;
}
@media all and (max-width: 1410px) {
	.coaching-intro .flex .right {
		padding: 65px 30px;
	}
}
@media all and (max-width:1295px) {
	.coaching-intro .flex .right ul li:nth-child(4) {
		width: 53%;
	}
	.coaching-intro .flex .right ul li {
		width: 45%;
	}
}
@media all and (max-width:1170px) {
	.coaching-intro .flex {
		flex-direction: column-reverse;
	}
	.coaching-intro .flex .left {
		width: 100%;
	}
	.coaching-intro .flex .right .flex {
		display: block;
		text-align: center;
	}
	.coaching-intro .flex .right .flex p {
		width:100%;
	}
	.coaching-intro .flex .right .flex p:nth-child(2) {
		display: flex;
		justify-content: center;
	}
	.coaching-intro .flex .right {
		padding: 40px 30px 25px;
		width: 100%;
	}
}
@media all and (max-width:650px) {
	.coaching-intro .flex .right ul li {
		width: 45%;
		font-size: 36px;
	}
	.coaching-intro .flex .right .flex-col {
		height:225px;
	}
}
@media all and (max-width:500px) {
	.coaching-intro .flex .right .flex p {
		width: 100%;
		margin: 25px auto 0;
	}
	.coaching-intro .flex .right ul li {
		width: 45%;
		font-size: 32px;
	}
	.coaching-intro .flex .right {
		padding: 40px 10px 25px;
		width: 100%;
	}
}