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

div#welcome-cta {
  flex-wrap: wrap;
  gap: 2.5em 0;
  max-width: 650px;
  margin: 3em auto 0;
  clear: both;
  float: none;
  pointer-events: none;
}

div#welcome-cta .ry-each {
  width:48%;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  gap: 0 3%;
}



div#welcome-cta .ry-icon {
  background: var(--color-primary);
  width: 65px;
  height: 65px;
}

div#welcome-cta .ry-icon img {
  object-fit: contain;
  width: 28px;
  height: 28px;
}

div#about .ry-text {
    margin: 1em 0 0 0;
}

.module-67 {
  padding: 6em 0 10em;
  position: relative;
  z-index: 2;
  margin-bottom: -13em;
}


.module-67 .ry-container {
    max-width: 1300px;
    width: 85%;
    margin: auto;
    float: none;
}

.module-28 .ry-container {
    max-width: 1200px;
    width: 80%;
}

.module-28 .ry-generic-copy li {
    color: #fff;
}

div.module-28 h4 {
    color: #fff;
}



.module-67 .ry-container #about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: center;
    gap: 0 8%;
}

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

      

.module-67 .ry-btn-primary {
    max-width: 215px;
    text-align: center;
    margin: auto;
    margin-top: 3em; 
}

    @media (max-width: 1280px) {
      .module-67 .ry-container {
        max-width: 95%; 
      }
    }


@media (max-width: 1199px) {
  div.module-67 .ry-container #about {
    flex-direction: column;
		gap: 2em 0 !important;
	    margin-bottom: 0 !important;
	}

	div.module-67 {
		padding: 3em 0 !important;
		margin-bottom: 0 !important;
	}

	div.module-67 .ry-container #about img {
		max-width: 400px;
		margin: auto;
	}

	div.ry-heading h4, .ry-heading h2 {
		text-align: center !important;
	}

	div#about .ry-text {
		max-width: 100% !important;
	}

	.module-67 .ry-container #about p {
		text-align: center !important;
	}
}




@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: 50px 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; } }
  
  .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; }
