footer {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background: #ffffff;
    background: linear-gradient(185deg,rgba(255, 255, 255, 1) 0%, rgba(255, 252, 252, 1) 51%, rgba(236, 231, 228, 1) 100%);
    width: 100%;
  }



  .footer-container {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 2em;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-site-identity {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
}

.footer-site-identity a {
    color: #434242;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.15em ;
}

.footer-site-identity p {
    color: #FC8202;
    font-size: 19px;
    letter-spacing: 0.23em;
}

 .footer-list-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #787878;
    height: 100%;
    margin-right: 2em;    
  }



  .footer-list-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .footer-list-container li {
    margin-bottom: 1em;
    text-align: right;
  }

  .footer-list-container a {
    text-decoration: none;
    font-size: 16px;
    color: rgba(0,0,0,0.65); 
  }

  .footer-list-container a:hover {
    color: #FC8202;
  }


  @media only screen and (max-width: 810px) {


 
 
    
     
  }

  @media only screen and (max-width: 550px) {
    .footer-container {
        padding: 1em;
    }

    .footer-site-identity {
        padding-left: 0;
    }

    .footer-site-identity a {
       
    }


    .footer-list-container {
        margin-right: 0;
    }

    .footer-list-container ul {
        text-align: right;
    }

    .footer-list-container a {
        font-size: 14px;
    }

  

  }






  

  


  

  
  

  

  
  
  

  


  
