#default-hero {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  max-width: 100%;
  overflow: hidden;
  min-height: 650px;
  position: relative;
}
/* HENDRICKS */
.page-id-394 #default-hero {
  aspect-ratio: auto;
}
#default-hero .row {
  height: 100%;
}

#default-hero .image-side {
  padding: 0;
  position: relative;
}

#default-hero .image-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#default-hero .content-side {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#default-hero .content-side .content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 400px;
}

#default-hero .icon-wrap {
  margin-bottom: 3rem;
  font-size: 120px;
  line-height: 0;
}

#default-hero .content-side .page-title {
  font-size: 60px;
  font-family: 'Cachet Book', sans-serif;
  margin-top: 0;
  margin-bottom: 3rem;
  line-height: 1;
}

#default-hero .content-side .page-subtitle {
  font-size: 20px;
  font-family: 'Cachet Bold', sans-serif;
  margin-top: 0;
  margin-bottom: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
}

#default-hero .button-row {
  display: flex;
  align-items: center;
}

#default-hero .button-row .btn {
  margin-right: 1rem;
}

#default-hero .content-side .hero-content {
  margin-top: 0;
  margin-bottom: 3rem;
}

#default-hero .image-side {
  padding: 0;
}

@media (max-width: 1600px) {
  #default-hero .content-side {
    padding: 20px;
  }
  #default-hero .icon-wrap,
  #default-hero .content-side .page-title,
  #default-hero .content-side .hero-content {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1200px) {
  #default-hero .content-side {
    padding-left: 3rem;
  }
  #default-hero .content-side .page-title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  #default-hero {
    aspect-ratio: unset;
    min-height: unset !important;
  }
  #default-hero .image-side {
    padding: 0;
    padding-right: 4rem;
  }
  #default-hero .image-side img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0 0 10px 0;
    min-height: 250px;
    object-fit: cover;
  }
  #default-hero .content-side {
    justify-content: center;
    padding: 2rem 3rem;
  }
  #default-hero .content-side .content-inner {
    margin: 0 auto;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  #default-hero .content-side .page-title {
    font-size: 30px;
  }
  #default-hero .content-side p {
    font-size: 15px;
  }
}
