@media (max-width: 739px) {
    .bringer-page-title {
        text-align: center;
    }
    .bringer-page-title .hero-subline {
        margin-top: 8px;
        font-size: 0.65em;
    }
}


@media (max-width: 739px) {
    .bringer-page-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
}

.footer-services {
    padding-left: 40px;
}

@media (max-width: 739px) {
    .footer-services {
        padding-left: 0;
    }
}

.bringer-socials-google i {
    background-image: var(--icon-social-google);
}


