.footer__inner {
   display: flex;
   color: #585858;
   margin-top: 20px;
}
.footer__col_1 {
   text-align: center;  
}
.footer__col_2 {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   flex-grow: 1;
}
.footer__col_2 a {
   font-size: 15px;
   color: #585858;
   text-decoration: none;   
   padding: 0 10px;
   margin: 3px;   
}
address {
   font-style: normal;
   margin-bottom: 10px;
}
.copyright {
   display: flex;
   align-items: center;
   text-align: left;
   margin-top: 10px;
   margin-bottom: 5px;
}
.copyright span {
   padding-left: 10px  
}
@media(max-width: 800px) {
   .footer__inner {
      flex-direction: column;   
   }
   .copyright {
      display: none;      
   }      
   .footer__col_3 {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 10px; 
   }
}