#footer{
    background: #232323;
}

#footer .footer_logo{
  width: 120px;
}

#footer .footer_text{
    line-height: 1.9em;
    font-weight: 300;
}

.footer_menu a{
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

#footer .social_icons a{
    color: #7c7c7c;
    text-decoration: none;
    font-size: 30px;
}


/* Mobile (Portrait & Small Screens) */
/* @media (max-width: 767px) {
  
  #footer .footer_logo{
    width: 120px;
  }

} */