.custom-cta{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
    align-items: center;
	border-radius: 8px;
}

.overlay{
	background-color: #00000065;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 8px;

}

.custom-cta-content{
	position: relative;
	padding: 30px;
	color: white;
}

.custom-cta-content h2{
	color: white !important;
}

.vc-custom-cta a{
	text-decoration: none;
}
