footer .footer
{
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

footer .footer_column
{
  width: calc(50% - 15px);
}

footer .department_name
{
  margin-bottom: 30px;
}

footer .department_address
{
  margin-bottom: 30px;
}

@media screen and (max-width:896px){
  footer .footer_column
  {
    width: 100%;
  }
}
