.ctct-inline-form * {
    font-family: inherit !important;
    font-size: inherit !important;
}footer .footer-logo {
    width: 25%;
    height: auto; /* Keeps aspect ratio */
}

@media screen and (max-width: 768px) {
    footer .footer-logo {
        width: 60%;
        height: auto;
    }
}