{######## Sections #########}
.text-media{
	position: relative;
	padding-bottom:20px;
}
.text-media__container{
	display:flex;
	align-items:center;
	margin:0 auto;
}
.text-media__media{
	justify-content: center;
	position:relative;
}
@media(max-width:992px){
	.text-media__media{
		position:relative;
		width:100%;
	}
}
.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 #########}