.header-photo {
  width: 100%;
  height: calc(55vh - 53px - 60px);
  background: linear-gradient(
    rgba(0, 0, 0, 0.6), 
    rgba(0, 0, 0, 0.6)
  ), url("/img/photos/header-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 0px -60vh;
  display: flex;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.header-photo h1 {
  width: 100%;
  font-size: 36px;
  opacity: 0.9;
  font-weight: 400;
  margin: auto;
  letter-spacing: 1px;
}

iframe {
  margin-top: 70px;
  border: 1px solid #a3aeb9;
}

.contacts-page .row > div {
  flex-wrap: wrap;
}

.contacts-page ul {
  display: flex;
}

.contacts-page ul li {
  padding: 40px 30px;
}

.contacts-page .location img {
  height: 20px;
}

.contacts-page .location p {
  font-size: 16px;
  margin-left: 7px;
}

.contacts-page .numbers div {
  margin-left: 7px;
  width: 135px;
}

.contacts-page a img {
  width: 25px;
  padding: 0 10px;
  box-sizing: content-box;
}
