
.intro {
	padding-top: 30px;
	position: relative;
	margin-bottom: 65px;
}

.intro .row {
	max-width: 1280px;
}

.intro-image {
	margin-bottom: 37px;
	overflow: hidden;
}

.intro-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.intro h2 {
	font-size: 3.125rem;
	line-height: 1;
	margin-bottom: 24px;
}

.intro-title > span {
	display: inline-block;
}

.intro-title .intro-title-reveal {
	display: inline-flex;
}

.intro-title-reveal span {
	display: block;
	opacity: 0;
}

.intro-content p:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.intro {
		padding-top: 72px;
		margin-bottom: 72px;
	}

	.intro:before {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		pointer-events: none;
		background: linear-gradient(197.23deg, #FFFFFF 29.77%, rgba(255, 255, 255, 0.8) 92.55%), #2485A6;
	}

	.intro-holder {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.intro-content {
		width: 56%;
	}

	.intro h2 {
		font-size: 3.75rem;
		margin-bottom: 22px;
	}

	.intro-image {
		margin-bottom: -30px;
		width: 38%;
		margin-right: calc(var(--gutter-size) * -1);
	}
}

@media screen and (min-width: 1201px) {
	.intro-content {
		width: 60%;
		padding-top: 34px;
	}

	.intro-image {
		width: 31%;
		margin-bottom: -56px;
	}
}

@media screen and (min-width: 1441px) {
	.intro {
		margin-bottom: 100px;
	}

	.intro-image {
		width: 31.2%;
		margin-right: 0;
	}
}
