.og-header {
  display: none;
}



.single-hero {
  width: 100vw;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.back-container {
  width: 900px;
  margin:  30px auto 0 auto;
}

.back-container a {
  font-family: "Helvetica Neue";
  font-size: 18px;
  color: #022E5A;
  padding-left: 25px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.back-container a:after {
  content: '';
  width: 40px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://sisjoentre.se/wp-content/uploads/2020/12/bi_arrow-left.png);
  position: absolute;
  top: -5px;
  left: -25px;
}



.single-content {
  width: 600px;
  margin: 20px auto 50px auto;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 17px;
  color: #022E5A;
}

.single-content h1 {
  font-family: "Helvetica Neue";
  font-size: 40px;
  color: #022E5A;
  font-weight: 700;
}


.single-content p {
  margin: 0 30px;
}

.single-content p a {
  color: #022E5A;
}




.gallery-container {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 80px auto;
}

.gallery-image {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  padding-top: 43%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}






@media only screen and (max-width: 798px) {

.back-container {
    width: 85%;
}
.single-content {
    width: 85%;
}
.gallery-container {
    width: 90%;
}


}
