.footCta {
	margin-top: .381rem;
    position: relative;
}
    .footCta .container {
        z-index: 1;
    }
    .footCta .bgDna {
        background-position: 0 31%;
        left:25%; right:0; bottom:0; top:0;
        position: absolute;
		opacity: .5;
    }
    .footCta-bgImg {
        position: absolute;
        top:0; right:40%; bottom:0; left:0;
        background-size: 100%;
        background-size: cover;
        background-position: top left;
        opacity: .15;
    }
    .footCta-gradient {
        position: absolute;
        top:0; right:0; bottom:0; left:0;
        background-image: linear-gradient(90deg, rgba(47,45,65,0.00) 25%, #2F2D41 60%);
    }
    .footCta-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
	.footCta-text {
	
	}
	.footCta-headline {
		font-size: 1.71rem;
		letter-spacing: 0.86px;
		line-height: 1.75rem;
		margin-bottom: .4rem;
	}
	.footCta-tagline {
		font-family: roboto-slab, arial, sans-serif;
		font-size: 0.857rem;
	}
	.footCta-btn {
	
	}
		.footCta-btn .btn {
			margin-bottom: 0;
		}
	@media (max-width: 750px) {
		.footCta-text, .footCta-btn {
			flex-basis: 100%;
			text-align: center;
		}
		.footCta-text {
			margin-bottom: 2rem;
		}
	}