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


.module-67 .background-section {
	overflow:hidden;
}

.module-67 .background-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, #f2f2f2, transparent);
	z-index: 1;
}

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

.module-67 {
  padding: 6.66667vw 0 7.66667vw;
  position: relative;
  z-index: 2;
  background: #fff; }
  .module-67 .ry-container {
    max-width: 1600px;
    width: 90%;
    margin: auto;
    float: none;
  display: flex;
    align-items: center;
    justify-content: center;
	  z-index: 99;
  }
    @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{ color: #333;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 48px;
        text-align: center; }

      .module-67 .ry-container #about p {
        /*font-size: calc(16px + 1 * ( (100vw - 320px) / 1280));*/ font-size: 18px;line-height:1.5; color: #222;}

  .module-67 .ry-btn-primary {
    max-width: 215px;
    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: 120px 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) {
    .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 .ry-content {
    padding: 100px 8%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-aee150f9-00d9-46ee-a055-2d500533e941/Assets/Welcome_background_V2.jpg);
	background-size: cover;
	background-position: right center;
    border-radius: 40px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    position: relative;
    max-width: 1200px;
}
.module-67 .ry-container .ry-content:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: rgb(255 255 255 / 90%);
    border-radius: 30px;
}
