footer {
  min-height:300px;
  background-color:#171617;
  padding-bottom:50px;
  border-top:solid 10px #ED582B;
}

footer .title {
  margin:0;
  padding:0;
  font-size:18px;
  color:#f2f2f2;
  text-transform:uppercase;
  margin-bottom:21px;
}

footer p {
  color:#f3f3f3;
  font-size:12px;
}

footer .banner {
  width:100%;
  object-fit:cover;
  height:107px;
}

.footerImage {
    height: 50px;
    width: 70px;
    border-radius: 1px;
    margin-bottom: 8px;
    border: 1px solid #333333;
}