.subtitle {
    font-size: 35px !important;
}

.site-logo {
    flex: 1 1 0;
}

.footer-widget .footer-logo a img {
    max-width: 200px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .subtitle {
        font-size: 32px !important;
    }
}

@media(max-width:767px) {
    .subtitle {
        font-size: 24px !important;
    }
}