{######## Sections #########}
.text-media__title::after{
	margin: -10px;
}
.text-media{
	position: relative;
	padding-bottom:20px;
}
.text-media__container{
	display:flex;
	align-items:center;
	margin:0 auto;
}
.text-media__container.reverse {
	flex-direction: row-reverse;
}
.text-media__media{
	position:relative;
	width:50%;
}
.text-media__text{
	width: 50%;
}

@media(max-width:992px){
	.text-media__container{
		flex-direction:column-reverse!important;
	}
	.text-media__media{
		position:relative;
		width:100%;
	}
	.text-media__text{
		width:100%;
	}
	.text-media__title::after{
		margin: -5px;
	}
}
.text-media__hubspot-video,
.text-media__embeded-video-url iframe,
.text-media__image img{
	box-shadow: 0 3px 6px #1e204819;
}
.text-media__image{
	text-align:center;
}
{######## End Sections #########}