


.footer-links-for-page{
    color: #ed9933;
  }

  .site-footer{
    width: 100%;
    height: 80px;
    background-color: #000;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5em;
    color: #ed9933;
  
   
   }
   .mobile-footer-main-logo{
    width: 68px;
    height: 100%;
   }
   .mobile-footer-main-logo img{
    width: 100%;
    height: 100%;
   }
   .site-footer .site-footer-right h6{
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
   }
  
   .privacy{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
   }

.site-footer a{
  text-decoration: none;
   text-decoration: underline;
 color: #ed9933 !important;
   }
  @media only screen and (max-width: 760px) {
    .site-footer{
     
      padding: 0 1em;
     
     
     }
     .privacy {
      gap: .3em;
    }
    
   }