.foot {
  color: white;
  background-color: #663333;
  bottom: 0px;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-left {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-left .contact {
  font-size: 30px;
  font-weight: 800;
}
.foot-left img {
  width: 100px;
  margin-right: 20px;
}
.foot-right img {
  width: 120px;
}
