.cta-wrapper {
	background-image: url(https://www.bitrust.ca/public/assets/images/about/trustbg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 2;
	background-attachment: fixed;
}
.parallaxsectop h4 {
	font-size: 30px;
	font-weight: 700;
	padding: 0 140px;
	text-transform: none;
	line-height: 35px;
	color: #fff;
	text-align: center;
}
.parallaxsectop p {
	color: #fff;
	text-align: center;
}
.parallaxsec .col-icon h5 {
	max-width: 200px;
	margin: 15px auto;
}
.col-icon.centered {
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	align-items: center;
}
.col-icon {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.parallaxsec .col-icon img {
	max-width: 60px;
}
.parallaxsec .col-icon h5 {
	max-width: 200px;
	margin: 15px auto;
}
.col-icon.centered h5 {
	color: #fff;
}
.parallaxsectop {
	margin-bottom: 70px;
}


@media(max-width:767.98px){
	.parallaxsectop h4 {
	padding: 0 0px;
}
.parallaxsectop {
	margin-bottom: 30px;
}	
}
@media(max-width:480px){
	.parallaxsectop h4 {
	font-size: 22px;
}

}