.side-by-side-full-background {
	margin-bottom: 60px;
}

.side-by-side-full-background .img-wrapper {
	position: relative;

	@media (min-width: 1024px) {
		max-width: 560px;
	}
}

.side-by-side-full-background .widget-header {
    position: absolute;
    bottom: -87px;
    width: 100%;
    padding: 0 9px;
	z-index: 1;
	margin: 0 auto;
    margin-bottom: 24px;
}

.side-by-side-full-background .widget-header.desktop {
	display: none;
}

.side-by-side-full-background .widget-subtitle {
	font-family: 'lfm_fontregular';
    color: #fff;
    font-size: 34px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
	line-height: 1;
	letter-spacing: 0.5px;
}

.side-by-side-full-background .widget-title {
    font-family: 'Inter';
	font-weight: 600;
    color: white;
    font-size: 58px;
    line-height: 1;
}

.side-by-side-full-background .slide > .inner {
	display: block;
	max-width: 1190px;
	margin: 0 auto;
}

.side-by-side-full-background .slide .img-cont {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

.side-by-side-full-background .slide > .inner {
	padding: 0;
}

.side-by-side-full-background .content-section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 20px 40px;
	background-image: url(/includes/client_public/assets/redesign_assets/blue-bg-burst-parallax.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


.side-by-side-full-background .content-section::before {
	content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
	color: rgba(0,79,89,.8);
	pointer-events: none;
}

.side-by-side-full-background .slide .content-section > .inner {
	width: 100%;
}

.side-by-side-full-background p {
	font-family:'Inter';
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0;
}

.side-by-side-full-background .read-more {
	font-family:'Inter';
	color: #fff;
	font-size: 17px;
}

.side-by-side-full-background .read-more i {
	margin-left: 2px;
	position: relative;
	top: 2px;
}

.side-by-side-full-background .widget-header-inner {
	border-bottom: none;
	display: flex;
	flex-direction: column;
	padding-bottom: 27px;

	.widget-title { order: 2; }
	.widget-subtitle { order: 1; }
}

.side-by-side-full-background img {
	display: block;
    width: 100%;
    height: auto;
}

.side-by-side-full-background .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

@media screen and (min-width: 40em) {
	.side-by-side-full-background .slide .content-section > .inner {
		width: 100%;
	}
	
	.side-by-side-full-background .widget-title {
		font-size: 61px;
		margin-left: 35px;
	}
}

@media screen and (min-width: 64em) {
	.side-by-side-full-background {
		margin-bottom: 5px;
	}

	.side-by-side-full-background .slides {
		padding: 145px 20px 65px;
		background-image: url(/includes/client_public/assets/redesign_assets/blue-bg-burst-parallax.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
	}

	.side-by-side-full-background .content-section {
		background-image: none;
	}

	.side-by-side-full-background .content-section::before {
		display: none;
	}

	.side-by-side-full-background .slide > .inner {
		display: grid;
	}

	.side-by-side-full-background .widget-header.mobile {
		display: none;
	}

	.side-by-side-full-background .widget-header.desktop {
		display: block;
		position: relative;
		bottom: auto;
		left: -150px;
		width: calc(100% + 150px);
	}

	.side-by-side-full-background .widget-header-inner {
		padding-bottom: 7px;
	}

	.side-by-side-full-background .widget-subtitle {
		font-size: 38px;
	}
	
	.side-by-side-full-background .widget-title {
		font-size: 100px;
		margin-top: -10px;
		margin-bottom: 30px;
	
	}

	.side-by-side-full-background .img-cont::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 33%;
		height: 100%;
		background: linear-gradient(to left, rgba(0,0,0,0.2), transparent);
		pointer-events: none;
	}

	.side-by-side-full-background .slide .content-section > .inner {
		padding: 0;
	}

	.side-by-side-full-background p {
		font-size: 18px;
		width: 77%;
	}
	
	.side-by-side-full-background .read-more {
		font-family:'Inter';
		color: #fff;
		font-size: 19px;
	}

	.side-by-side-full-background .slide > .inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1440px) {
	.side-by-side-full-background .widget-header {
		margin-top: 30px;
	}

	.side-by-side-full-background .slide > .inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
