#cta-footer h3 {
    text-align: center;
    margin-top: 0;
    font-family: 'Milo';
    font-size: 1.75rem;
    font-weight: bold;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
#cta-footer p.text-center:first-of-type {
    font-size: 1.5rem;
}
#cta-footer #cta-footer-3 .section-links li a {
    font-weight: bold;
}
#cta-footer p.text-center {
    margin-bottom: 0;
}

/* CTA LINKS - 3 buttons */
 #cta-footer-3 {
	 padding-left: 0;
	 padding-right: 0;
}
 #cta-footer-3 .section-links{
	 margin: 0;
	 padding: 0;
	 text-align: center;
}
 #cta-footer-3 .section-links li{
	 margin: 0;
	 width: 31.5%;
	 text-align: center;
}
 #cta-footer-3 .section-links li:nth-child(1){
	 margin: 0;
}
 #cta-footer-3 .section-links li:nth-child(2){
	 margin: 0 0 0 1rem;
}
 #cta-footer-3 .section-links li:nth-child(3){
	 margin: 0 0 0 1rem;
}
 #cta-footer-3 .section-links li a{
	 display: block;
	 padding: 15px 0;
	 background-size: cover;
	 background-position: center center;
	 color: #fff9d9;
	 font-size: 1.25rem;
	 transition: .5s all;
	 font-weight: normal;
}
 #cta-footer-3 .section-links li a:hover{
	 transform: scale(1.05);
}
 #cta-footer-3 .section-links li:nth-child(1) a{
	 background-color: #c8102e;
}
 #cta-footer-3 .section-links li:nth-child(2) a{
	 background-color: #c8102e;
}
 #cta-footer-3 .section-links li:nth-child(3) a{
	 background-color: #c8102e;
}
 #cta-footer-3 .section-links li a:after{
	 content: "";
}
 @media only screen and (max-width: 900px) and (min-width: 581px){
	 #cta-footer-3 .section-links li a{
		 font-size: inherit;
		 padding: 20px 0;
	}
}
 @media only screen and (max-width: 880px){
     #cta-footer h3 {
         width: 100%;
     }
	 #cta-footer-3 {
		 padding-left: 1.25rem;
		 padding-right: 1.25rem;
	}
	 #cta-footer-3 .section-links li{
		 width: 100%;
		 justify-content:center;
	}
	 #cta-footer-3 .section-links li:nth-child(1){
		 margin: 0px;
		 margin-bottom: 30px;
	}
	 #cta-footer-3 .section-links li:nth-child(2){
		 margin: 0px;
		 margin-bottom: 30px;
	}
	 #cta-footer-3 .section-links li:nth-child(3){
		 margin: 0px;
	}