.footer__custom {
  background: #307b89;
  color: white;
  padding: 16px;
  height: 60px;
  text-align: center;
}
.footer__custom p {
  color: white;
  font-weight: 400;
}

.contact__banner {
  height: 40vh;
  background: black;
}

.contact__banner img {
  height: 40vh;
  width: 100%;
  object-fit: cover;
}
