.ff-cta {
    border: 1px solid #E9ECEF;
	background: #fff;
	padding: 20px 40px;
}
.ff-cta__inner {
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.ff-cta__heading {
    margin-bottom: 0;
    font-size: 24px;
}