


/*video grid*/
.video-grid .btn-primary-1 {
  width: 100%;
  display: block;
  text-align: center;
}
.video__description {
  background-color: white;
  padding: 20px 40px;
}

.video__description h4 {
  font-family: 'Moderat Bold';
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.video__description p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

div.mk-carousel-one .mk-carousel__slide-image {
  height: auto;
}
.other-pages h1,
.other-pages h2,
.other-pages h3,
.other-pages h4 {
  margin-block: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

.other-pages .hero-banner-one__text img,
.other-pages .hero-banner-one__overlay-wrapper {
  width: 80vw;
  max-width: 80vw;
}
main:has(.other-pages) {
  margin-top: 80px;
}

#wrapper:has(.has-cookiebar) main:has(.other-pages) {
  margin-top: 120px;
}

@media (max-width: 1200px) {
  main:has(.other-pages) {
    margin-top: 60px;
  }

  #wrapper:has(.has-cookiebar) main:has(.other-pages) {
    margin-top: 100px;
  }
}

.static-gallery__text.text-left {
  text-align: center;
}

