.page{
    min-height: 400px;
}
.dir-left{
    direction: ltr;
}

.u-header .u-header__nav-item  .u-header__nav-link{
    color: black;
    font-weight: 400;
}

.map{
    width: 100%;
    height: 500px;
    border: 0;
}
.gallery-content{
    min-height: 400px;
}
@media screen and (min-width: 600px) {
    .page{
        min-height: 600px;
    }
  }

  @media screen and (min-width: 1200px) {
    .page{
        min-height: 700px;
    }
  }