.footer-cta {
    display: flex;
    padding: 45px;
    padding-bottom: 0;
    background-color: #c2e5de;
    border-bottom: 3px solid #fff;
    min-height: 167px;
    padding-right: 27px;
}

.footer-cta .left {
    min-width: 75px;
    margin-right: 30px;
}
.footer-cta .icon {
    width: 75px;
}
.footer-cta span {
    display: block;
    text-align: left;
    color: var(--blue);
}
.footer-cta .top {
    font-family: var(--font-heading-posterama);
    font-size: 19px;
}
.footer-cta .bottom {
    text-transform: uppercase;
    font-family: var(--font-heading-railroad);
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 30px;
}
.footer-cta.kenosha-map {
    padding-left: 30px;;
}
.footer-cta.kenosha-map .left {
    margin-right: 10px;
}
.footer-cta.kenosha-map .left .icon {
    width: 115px;
    margin-top: -25px;
}
@media screen and (max-width: 365px) { 
    .footer-cta .top {
        line-height: 26px;
        font-size: 14px;
    }
    .footer-cta .bottom {
        font-size: 26px;
        line-height: 23px;
    }
}
@media (min-width: 40em) {
    .footer-cta {justify-content: center;}
}
@media (min-width: 64em) {
    .bottom-boxes {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
        }
    .bottom-boxes  > div {
        flex-grow: 1;
        border-right: 4px solid #FFF;
        flex-basis: 33%;
    }
    .bottom-boxes  > div:last-of-type {
        border-right: none;
    }
    .footer-cta {
        height: 100%;
        min-height: 210px;
        padding-top: 50px;
        padding-right: 35px;
    }   
    .footer-cta .top {
        font-size: 27px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .footer-cta .bottom {
        font-size: 40px;
        line-height: 40px;
    }
    .footer-cta .icon {
        /* width: 100px; */
    }
    .footer-cta.kenosha-map .left .icon {
        width: 153px;
    }
    .footer-cta.kenosha-map .left {
		/* margin-left: -55px; */
	}

	.footer-cta img {
		display: none;
	}

	.footer-cta[data-lazy-index] img {
		display: block;
	}
}