.s_oc_text_over_bg {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden !important;
  background-size: cover;
  background-position: top center !important;
  background-repeat: no-repeat;
  direction: ltr;
  padding-bottom: 12rem !important;
  padding-left: 6.813rem;
  padding-right: 1.813rem;
  padding-top: 4.938rem;
}

.s_oc_text_over_bg__wrap {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.s_oc_text_over_bg__title {
  color: #ffffff !important;
  margin: 0 0 0.5rem 0;
  max-width: 36ch;
  margin-left: 0 !important;
  font-family: 'Montserrat' !important;
  font-weight: 600;
  font-size: 64px !important;
  line-height: 1;
}

.s_oc_text_over_bg__subtitle {
  color: #ffffff;
  margin: 0;
  max-width: 36ch;
  opacity: 0.9;
  margin-left: 0 !important;
  font-family: "Nothing You Could Do" !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 1.15 !important;
}

.s_oc_text_over_bg__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 22px 20px;
}

.s_oc_text_over_bg__bottom p {
  max-width: 843px;
  margin: 0 auto;
  font-family: 'Montserrat' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 26px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #5D5A88;
}

@media (max-width: 991.98px) {

  .s_oc_text_over_bg {
    flex-direction: column;
    padding-top: 8rem !important;
    padding-bottom: 7rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .s_oc_text_over_bg__wrap {
    padding: 2rem 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .s_oc_text_over_bg__title,
  .s_oc_text_over_bg__subtitle {
    text-align: center !important;
  }

  .s_oc_text_over_bg__bottom {
    position: relative;
  }
}
