.vertical-hero-header{
  position: relative;
  overflow: hidden;
}
.vertical-image-top{
  height: 400px;
}
.vertical-image-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-75%);
  width: 100%;
  height: 577px;
}
.vertical-hero-header img{
  width: 100%;
  height: 100%;
}
.vertical-image-center img{
  object-fit: contain;
}
.vertical-image-top img{
  object-fit: cover;
}
.vertical-content-details{
  padding: 331px 0 109px 0;
  max-width: 50%;
  text-align: center;
  margin: 0 auto;
  color: var(--text-color);
}
.vertical-content-details h2{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

.vertical-content-details p{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

@media(max-width: 1279px){
  .vertical-image-top{
    height: 366px;
  }
  .vertical-image-center{
    height: 519px;
  }
  .vertical-content-details{
    padding: 331px 0 81px 0;
    max-width: 70%;
  }
  .vertical-content-details p{
    font-size: 16px;
    line-height: 26px;
  }
}
@media(max-width: 767px){
  .vertical-image-top{
    height: 219px;
  }
  .vertical-content-details{
    padding: 219px 43px 121px 43px;
    max-width: 100%;
  }
  .vertical-image-center{
    height: 317px;
    top: 8%;
    transform: translate(-50%,0%);
  }
  .vertical-content-details h2{
    font-size: 32px;
    line-height: 36px;
  }
}