.section-cta-standard {

	position: relative;

	width: 100%;

	display: block;

	color: #ffffff;

}

.section-cta-standard .section-content {

	position: relative;

}

.section-cta-standard .col-cta-standard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-cta-standard.style-small .section-title {
	padding-bottom: 0;
}
.section-cta-standard.style-small .col-cta-standard {

	width: 100%;

	max-width: 1024px;

	margin: 0 auto;

	background: url(../../images/banner-img.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 96px;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	padding-bottom: 96px;

}
.section-cta-standard.style-small .col-cta-standard:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	opacity: 0.8;
}
.section-cta-standard.style-small .col-cta-standard > *{
	position: relative;
	z-index: 5;
}