.s_oc_nodes_hero {
  min-height: 957px !important;
  width: 100% !important;
  padding: 0 !important;
  background-image: url('/oc-snippets/static/src/img/services/hero_services_1.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.s_oc_nodes_hero__container {
  max-width: 1068px !important
}

.s_oc_nodes_hero__title {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 68px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  color: #ffffff !important;
  margin: 0 0 18px 0 !important;
}

.s_oc_nodes_hero__subtitle {
  font-family: "Nothing You Could Do", cursive !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  color: #ffffff !important;
  margin: 0 0 32px 0 !important;
  opacity: 0.95 !important;
}

.s_oc_nodes_hero__body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  color: #ffffff !important;
  margin: 0 auto !important;
  max-width: 500px !important;
}

@media (max-width: 991.98px) {
  .s_oc_nodes_hero {
    min-height: 700px !important;
    padding: 60px 20px !important;
  }

  .s_oc_nodes_hero__title {
    font-size: 42px !important;
  }
}

@media (max-width: 575.98px) {
  .s_oc_nodes_hero {
    min-height: 640px !important;
    padding: 50px 16px !important;
  }

  .s_oc_nodes_hero__title {
    font-size: 32px !important;
  }

  .s_oc_nodes_hero__subtitle {
    font-size: 20px !important;
    margin-bottom: 24px !important;
  }

  .s_oc_nodes_hero__body {
    font-size: 16px !important;
  }
}
