.hero-sec {
  background: url("../../assets/img/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

h1 {
  font-size: 49px;
  font-family: 'Helvetica Neue';
  font-weight: 400;
}

.hero-title {
  font-size: 4rem;
  font-family: 'Helvetica Neue';
  font-weight: 300;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.txt-xl {
  font-size: 25px;
}

.leading-lase {
  line-height: 48px;
}

.sec-spiritual {
  background: #04963f;
  padding: 8rem 1rem;
}

@media (min-width: 1400px) {
  .container-wrapper {
    max-width: 990px !important;
  }
}

.title-main {
  font-size: 48px;
  font-family: 'Helvetica Neue';
  font-weight: 300;
}

h3 {
  font-size: 25px;
  font-family: 'Helvetica Neue';
  font-weight: 400;
}

.wrapper-media {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lead {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.sec-rumi {
  padding: 5rem 0px;
  background: #313335;
}

.box-wrapper {
  padding: 50px 16px;
}

.box-wrapper:hover {
  background: #222;
}

.title-box {
  font-size: 40px;
  font-family: 'Helvetica Neue';
  font-weight: 300;
}

.title-main {
  font-size: 36px;
  font-family: 'Helvetica Neue';
  font-weight: 600;
}

.py-100 {
  padding: 100px 0px;
}

.wrapper-txt {
  line-height: 48px;
  text-rendering: optimizeLegibility;
}

.link-txt {
  text-decoration: none;
  color: #0078a0;
}

.link-txt:hover {
  text-decoration: underline;
}

.footer {
  background: #313335;
  padding: 100px 0px;
}

