.footer-col h4::after {
            content: '';
            position: absolute;
            inset-inline-start: 0;
            bottom: -8px;
            width: 40px;
            height: 2px;
            background-color: var(--secondary-color);
}