
        footer{            
            color:#fff;
            background-color: #1D222C;
            padding-top: 30px;
            padding-bottom: 30px;
        }
        footer p {
            color: #B3B3B3;
            font-family: "Roboto", Sans-serif;
            font-size: 14px;
        }
        .footer-cont {
            max-width: 1140px;
            margin: auto;
            padding: 0 15px;
        }
        .footer-1 {
            display: flex;
            justify-content: space-between;
        }
        ul#footer-menu {
            display: flex;
            list-style: none;
            padding: 20px;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter';
        }
        ul#footer-menu a{
            color:#fff;
        }
        ul#footer-menu li {
            margin: 0 15px;
        }
        ul#footer-menu {
            display: flex;
            list-style: none;
            padding: 20px 0;
            font-size: 16px;
            font-weight: 600;
            font-family: 'Inter';
            justify-content: end;
        }
        img.footer-logo {
            max-width: 242px;
        }
        .copyright{
            text-align:center;
        }
        .cb-link{
            color:blue;
            text-align:center;
        }
        @media (max-width: 787px) {
            .footer-1 {
                display: flex;
                justify-content: center;
                flex-direction: column;
            }
            ul#footer-menu {
                justify-content: center;
                flex-direction: column;
                align-items: center;
            }
        }
