.site-footer {
                margin-top: 18px;
                background: #fff;
                border-top: 1px solid #e7ebf1;
            }

            .footer-inner {
                min-height: 110px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 20px;
                color: #172033;
            }

            .footer-note {
                margin-top: 4px;
                color: #667085;
                font-size: 14px;
            }

            .footer-copy {
                color: #667085;
                font-size: 14px;
            }

            @media (max-width:640px) {
                .footer-inner {
                    min-height: auto;
                    padding-top: 26px;
                    padding-bottom: 26px;
                    flex-direction: column;
                    align-items: flex-start;
                }
            }
