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

.for-img {
    max-width: 320px;
}


.for-img.welcome-img3 {
    position: relative;
    top: 2em;
    max-width: 420px;
}

div#welcome-cta-image {
    max-width: 1280px;
    margin: auto;
    float: none;
    z-index: 9;
}

.for-img.welcome-img2 {
    top: 6em;
}

.module-67:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, #ffffff, transparent);
    z-index: 1; display: none;
}

.module-67 {
  padding: 20vw 0 26vw;
  position: relative;
  background: #f9f9f9;
	margin-top: -2px;
  }
  .module-67 .ry-container {
    max-width: 650px;
    width: 90%;
    margin: auto;
    float: none;
    z-index: 9;
	      position: relative;
    display: flex;
  }
    @media (max-width: 1280px) {
      .module-67 .ry-container {
        max-width: 95%; } }
    .module-67 .ry-container #about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
     
      }

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

      .module-67 .ry-container #about p {
    font-size: 20px;
    line-height: 30px;
    opacity: 1;
		  color: #242424;
}

  .module-67 .ry-btn-primary {
    max-width: 200px;
    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: 80px 0 40%; } }
  @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) {
    .module-67 p {
      font-size: 20px; } }
  .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 .ry-section-title-wrapper h2 span {
    display: block;
    font-size: 30px;
    font-weight: 400 !important;
    color: #333;
}

.module-67 .ry-container .ry-content {
    position: relative;
    z-index: 9;
}

.module-67 .ry-container #about .ry-each h4 {
    margin: 30px 0;
    font-size: 30px;
    line-height: 1.2;
    color: var(--color-primary);
    font-weight: 300 !important;
    text-align: center;
    letter-spacing: 0 !important;
}

@media (max-width:1199px) { 
	div.module-67 .ry-container #about .ry-each h4 {
		font-size: 23px;
	}

	div .module-67 .ry-container #about p {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media (max-width: 1080px) {
	div#welcome-cta-image {
		width: 90%;
	}
}