 .acf-cta-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acf-cta-block.white-bkg .acf-cta-container {
	border: 1px solid #E5E5E5;
}

.acf-cta-block.green-bkg .acf-cta-container {
	background-color: #ebefdd;
}

.acf-cta-container {
    display: flex;
    align-items: center;
	align-items: flex-start;
}

.acf-cta-image img {
    height: 100%;
    width: 375px;
	object-fit:cover;
}

.acf-cta-content {
    margin: 40px 0 40px 40px;
}

.acf-cta-content h3 {
	font-family: Montserrat, sans-serif;
	font-size: 22px;
    font-weight: 700;
	line-height:130%;
}

.acf-cta-button a.button.signpost-button {
    padding: 18px 40px;
    margin: 40px 30px;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.5;
	border-radius:0;
	transition:0.2s all ease-in-out;
}
.acf-cta-button a.button.signpost-button:hover {
	text-decoration:none;
	background:#000;
}
.cta-block a {
	color:#fff;
}
.cta-block a:hover {
	text-decoration:none;
}
.cta-block a .cta-text {
	transition:0.2s all ease-in-out;	
}
.cta-block a:hover .cta-text {
	background:#000;	
}

/* Mobile devices (max-width: 991px) */
@media (max-width: 991px) {
    .acf-cta-block {
        flex-direction: column;
    }
    .acf-cta-container {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    .col-sm-8.d-flex.p-0.acf-cta-image-content {
        flex-direction: column;
    }
    .acf-cta-image img {
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .acf-cta-content {
        margin: 20px;
        text-align: center;
    }
    .acf-cta-button {
        padding: 0 10px;
        text-align: center;
    }
    .acf-cta-button a.button.signpost-button {
        margin: 0 10px 20px 10px;
        padding: 15px 30px;
        font-size: 14px;
    }
	.acf-cta-container>div {
		flex-direction: column;
		-webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
	}
}
.acf-cta-block hr {
	border-top:1px solid #E5E5E5;
	margin:30px 0;
}
.acf-cta-block>.container {
	padding-left:0 !important;
	padding-right:0 !important;
}
.acf-cta-block .acf-cta-container {
	margin:20px 0;	
}
.acf-cta-block .acf-cta-content p {
	font-size:14px;	
	margin-bottom:0;
}
@media (max-width: 1024px) {
	.acf-cta-block>.container {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}