.content {
	margin-bottom: 75px;
}

.content h1 {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 30px;
}

.content h1:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 8px;
	background-color: var(--color-primary);
}

.content-intro {
	flex: 1;
	font-size: 17px;
	line-height: 1.8;
}

.content-right {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.content {
		margin-bottom: 54px;
	}

	.content-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.content h1 {
		margin-bottom: 47px;
	}

	.content-right {
		width: 42%;
		margin-left: 30px;
	}

}

@media screen and (min-width: 1025px) {

	.content-right {
		width: 34.4%;
		margin-left: 55px;
	}
}
