#own-motive {
  display: block !important;
  min-height: auto;
  height: auto;
  max-height: auto;
  padding: 0;
  background-image: none;
  background: #fff;
  padding-bottom: 5rem;
}

#own-motive section.section-container {
  padding: 20px 0 40px 0;
}

@media (min-width: 576px) {
  #own-motive section.section-container {
    padding: 100px 0 150px 0;
  }
}

#own-motive .section-container.section-title.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.25),
    rgba(0,0,0,.25)
  );
  z-index: 0;
}

#own-motive .section-container.section-title.section-bg .row {
  position: relative;
  z-index: 1;
}

#own-motive .section-container.section-title.section-bg h1,
#own-motive .section-container.section-title.section-bg p {
  text-shadow: 0 2px 10px rgba(0,0,0,.65);
}

.navbar, #index .navbar-default {
  background: transparent;
}