.og-hero {
  width: 100%;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://vemdalsberget.almera.se/wp-content/uploads/2021/01/Hero-Image-objekt.jpg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
}

.og-hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 233, 201, 0) 70%, #FFEED6 100%);
}

.og-hero-inner {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.og-hero-inner h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #2C5166;
  text-align: center;
  width: 435px;
  margin: auto;
}

.filter-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-buttons a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2C5166;
  text-align: center;
  margin: 15px 10px;
  display: table;
  text-decoration: none;
  padding: 5px 30px;
  border: solid 2px #2C5166;
  transition: .3s;
}
.filter-buttons a:hover {
  transform: scale(1.1);
  background: rgba(255, 238, 214, .4);
}





.objects {
  width: 1000px;
  margin: -90px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.object {
  width: calc(50% - 40px);
  margin: 20px;
  text-decoration: none;
}

.object span {
  width: 100%;
  padding-top: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.object h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #2C5166;
  text-align: left;
  margin: 10px 0 0 0;
}

.object p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: left;
  margin: 0;
  font-weight: 100;
}

.object b {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: left;
  margin: 0 0 0 0;
  display: block;
}





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

  .og-hero {
    height: 70vh;
  }
  .og-hero:after {
    background: linear-gradient(180deg, rgba(255, 233, 201, 0) 55%, #FFEED6 100%);
  }

  .og-hero-inner {
    justify-content: center;
    width: 90%;
  }

  .og-hero-inner a {
    width: 50%;
    text-align: center;
  }





  .objects {
    width: 90%;
  }

  .object {
    width: 100%;
    margin: 20px 0;
  }









}
