.video-banner
{
	display: block;
	width: 100%;
	vertical-align: baseline;
}

.service .title,
.flow .title,
.benefit .title,
.contactUs .title
{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.service .figure-caption
{
	font-size: 1.1rem;
}

.benefit .media-img
{
	width: 4rem;
	text-align: center;
}

.contactUs
{
	background-image: url(../../media/home/contact_us_bg.jpg);
	padding-bottom: 3rem;
}

.contactUs .title
{
	color: #fff;
}

@media (max-width: 991px) {
	.benefit .card-img
	{
		width: 70%;
	}
}