.site-footer-contact-section {
    padding: 30px 0 60px;
    background: #f2f4f5;
    border-top: 1px solid #e5e7eb;
}

    .site-footer-contact-section .connect-with-us-form .section-tag::before,
    .site-footer-contact-section .connect-with-us-form .section-tag::after {
        width: 80px;
    }

    .site-footer-contact-section .connect-with-us-form .section-tag::before {
        left: -95px;
    }

    .site-footer-contact-section .connect-with-us-form .section-tag::after {
        right: -95px;
    }

@media (max-width: 768px) {
    .site-footer-contact-section {
        padding: 50px 0 40px;
    }

    .site-footer-contact-section .connect-with-us-form .section-tag::before,
    .site-footer-contact-section .connect-with-us-form .section-tag::after {
        display: none;
    }
}
