
.footer-cta-content .text-image .text-content h4 {
   font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #333333;
    text-align: left;
}
.footer-cta-content .text-image .text-content p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 11px;
}

@media (max-width: 1199px){
    .footer-cta-content .text-image .text .text-content {
        text-align: center;
    }
    .footer-cta-content .text-image .text-content h3{
        font-size: 24px;
        margin-top: 16px;
    }
    .footer-cta-content .text-image .text-content p {
        text-align: center;
    }
}