.block-13-cta {
	position: relative;
}

.block-13-cta .container{
	position: relative;
	z-index: 2;
}

.block-13-cta .bgWrap{
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.block-13-cta:before{
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--grey2);
}

.block-13-cta:after{
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 50%;
	background-image: url('../../assets/images/block-13-text-bg.svg');
	background-size: 100% 100%;
	width: 18rem;
	height: 100%;
}

@media (max-width: 991px){
	.block-13-cta .bgWrap, .block-13-cta:before, .block-13-cta:after{
		display: none;
	}
	.block-13-cta {
		background-color: var(--grey2);
	}
}