.business-template .navBreadcrumb .container {
	padding: 2% 5% 0 10%;
}

.business-template .navBreadcrumb a {
	color: #28c2fe;
}

.business-template.checklist .col-grid .col-wrapper{
	justify-content: space-evenly;
}
.business-template.checklist .col-grid .col-wrapper > div{
	text-align: left;
	width: 500px;
}
.business-template.checklist .col-grid h2{
	font-weight: 500;
	font-size: 20px;
}
.business-template.checklist ul{
	margin: 0 0 0 25px;
    list-style: disc;
}
.business-template.checklist ul li{
	line-height: 28px;
	padding: 5px 0;
    font-size: 18px;
}
.business-template .col-grid iframe{
	width: 100%;
	height: 540px;
}