#hero-video {
  margin-bottom: 0;
}
.hero-video {
  position: relative;
  height: 600px;
}
@media (max-width: 1440px) {
  .hero-video {
    position: relative;
    height: 100%;
  }
  .hero-video__content {
    /* padding-left: 90px !important; */
    align-items: center;
  }
}
.hero-video__layout {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.hero-video__content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 30px;
}
h1.hero-video__title {
  font-size: 66px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}
p.hero-video__subtitle {
  font-family: "Arial";
  font-size: 19px !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
}
p.hero-video__desc {
  font-family: "Arial";
  font-size: 19px !important;
  color: #fff;
  line-height: 1.5 !important;
  font-weight: 400;
}
a.hero-video__btn {
  margin-top: 15px;
  width: fit-content;
  font-family: Karla;
  font-weight: 700;
  font-size: 17px;
  color: #fff !important;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .hero-video {
    position: relative;
    height: 587.64px;
  }
  .hero-video__content {
    /* padding: 130px 20px 135px 25px; */
    padding: 0px;
  }
  h1.hero-video__title {
    font-size: 33px;
    margin: 5px 0 10px 0;
  }
  p.hero-video__desc {
    font-size: 14px !important;
    color: #fff;
    line-height: 1.5 !important;
    font-weight: 400;
  }
  a.hero-video__btn {
    margin-top: 15px;
    width: fit-content;
    font-family: Karla;
    font-weight: 700;
    font-size: 17px;
    color: #fff !important;
    line-height: 1.5;
  }
}

/* .site-main .entry-content section:not(.blog-section) {
  max-width: 100% !important;
} */

#myVideoPlaceholder {
  width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#myVideoPlaceholder {
  z-index: 2;
}

#myVideo {
  position: relative;
  z-index: 1;
}
#myVideoPlaceholder,
#myVideo {
  transition: opacity 0.5s ease;
}

.card-info-row .card-content ul {
  font-size: 16px;
  font-family: "Karla", sans-serif;
  color: #000;
  line-height: 1.9rem;
  /* padding-left: 20px; */
}

.category-sub .subnav-sublist.categorytwo-main.level-2 {
  /* height: 450px;
  overflow-y: auto; */
  padding-right: 24px;
  border-left: 1px solid rgb(223, 229, 235);
  padding-left: 30px;
}

@media (max-width: 1540px) and (min-width: 768px) {
  .category-sub .subnav-sublist.categorytwo-main.level-2 {
    height: 370px;
  }
}
