.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: 9em 0 15em;
    position: relative;
    z-index: 2;
}

.module-67:after {
    content: '';
    position: absolute;
    bottom: 16%;
    right: 0;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-bce04dfa-56bc-4d51-8528-9b15150b00e7/hp_assets/about_img2.jpg);
    width: 860px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}



.module-67 .ry-container {
    /* max-width: 1300px; */
    width: 90%;
    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-each:nth-child(1) {
    width: 35%;
}

.module-67 .ry-each:nth-child(2) {
    width: 55%;
    z-index: 1;
}

.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 {
    margin-top: 2em;
    background: #294357 !important;
}

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


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

	.module-67:after {
    width: 100%;
    height: 100%;
    bottom: 0 !important;
}

.module-67 .ry-each:nth-child(2), .module-67 .ry-each:nth-child(1) {
    width: 100% !important;
    z-index: 1;
}

a#welcome-btn {
    margin: 2em auto 0;
    background: var(--color-primary) !important;
}

div#welcome-wrap div.ry-heading h2, div#welcome-wrap div.ry-heading h4, div#welcome-wrap div.ry-heading h2 span {
    color: #fff !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; }
