.footer-cta.new-section h2.section-title ,.footer-cta.new-section h3.section-subtitle {
 margin-right: auto;
 margin-left: auto;
}

.footer-cta-wrapper{
    flex-direction: column;
}

.footer-cta-content{
    margin-bottom: 32px;
}

.footer-cta .footer-cta-image{
    padding: 16px;
    background-color: aliceblue;
}

.footer-cta .footer-cta-image img{
    height: auto;
    max-height: 540px;
}

.footer-cta .cta-buttons .btn{
  border-radius: 4px;
  min-width: 280px;
  margin-right: 12px;
}

.footer-cta .cta-buttons{
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
    .footer-cta .footer-cta-image{
        padding: 0;
    }

    .footer-cta-content {
        margin-bottom: 20px;
    }
    .footer-cta .cta-buttons {
        margin-top: 16px;
    }
}