.module-67 .background-section, 
.module-67 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a#welcome-top-btn {
    margin: 3em auto 0 !important;
    display: block !important;
    /* border: 1px solid var(--color-secondary) !important; */
}

a#welcome-top-btn:hover {
}

.module-67 .background-section {
    opacity: .9;
    filter: grayscale(1);
	overflow:hidden;
}

.module-67:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: ;
    z-index: -1;
    opacity: .9;
}

div.welcome-sec-top h4 {
    text-transform: uppercase;
    font-style: normal !important;
    font-family: var(--font-default) !important;
    font-size: 29px;
    margin-bottom: 1.5em;
}

div.welcome-sec-top h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #242424;
    text-transform: initial;
    letter-spacing: 0px;
    font-weight: 200 !important;
    font-style: normal !important;
}

div.welcome-sec-top {
    padding: 8em 0;
    max-width: 900px;
    margin: auto;
    float: none;
}

div.welcome-sec-top >div {
    margin: auto;
}

div.welcome-with-image {
    padding: 9em 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.module-67 {
  padding: 0;
  position: relative;
  z-index: 2;
  background: #f1eae4;
  }
  .module-67 .ry-container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    float: none;
    }
    @media (max-width: 1280px) {
      .module-67 .ry-container {
        max-width: 95%; } }
    .module-67 .ry-container #about {
      -webkit-box-orient: vertical;
      max-width: 1600px;
      margin: auto;
      float: none;
      clear: none;
      gap: 0 10%;
      align-items: center;
      }

      .module-67 .ry-container #about .ry-section-title-wrapper h2{
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 60px;
        text-align: center;
        }

      .module-67 .ry-container #about p {
        font-size: calc(16px + 2 * ( (100vw - 320px) / 1280));
        
        }

  .module-67 .ry-btn-primary {
    text-align: center;
    /* margin: auto; */
    margin-top: 3em;
    }
  @media (max-width: 320px) {
    .module-67 h2 {
      font-size: 30px; }
      .module-67 h2 .span-1 {
        font-size: 30px; }
    .module-67 p {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .module-67 h2 .span-1 {
      display: block;
      text-align: center;
      margin-top: 5px; } }
  @media (max-width: 991px) {
    .module-67 {
      padding: 0; } }
  @media (max-width: 1600px) {
    .module-67 h2 {
      font-size: calc(30px + 15 * ( (100vw - 320px) / 1280)); }
      .module-67 h2 .span-1 {
        font-size: calc(30px + 15 * ( (100vw - 320px) / 1280)) !important; } }
  @media (min-width: 1600px) {
    div.module-67 p {
      font-size: 20px !important;
      } }
  .module-67.style2 .ry-container #about .ry-section-title h2{
    font-weight: 600; }
  .module-67.style2 .ry-container #about p {
    max-width: 920px;
    margin: auto; }

.module-67 .ry-container #about div#with-image {
    width: 40%;
}

.module-67 .ry-container #about div#with-text {
    width: 55%;
}

.module-67 .ry-container #about .ry-text {
    margin-top: 2em;
}
