.footer {
  border-top:1px solid rgba(22,22,22,0.2);
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-top: 
}
.footer > div {
  margin-top:30px;
  min-width:290px;
  max-width:300px; 
}

.footer > .contact span {
  font-size: 16px;
  padding-right:16px;
  color:#F08535;
}

.footer > div h4 {
  font-weight: bold;
}

.footer > div.work-hour {
  padding-left:40px;
}

