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

.module-67 p {
    font-size: 21px;
    line-height: 36px;
    color: #666;
    text-align: left;
}


img#welcome-tag {
    margin: 2em 0;
    max-width: 650px;
    position: relative;
    left: -144px;
}

div#about .carousel-indicators {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    bottom: 5em !important;
}

div#about .carousel-fade .carousel-control {
    display: none !important;
}

div#about .carousel-indicators li {
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0 3px !important;
}

div#about .carousel-indicators .active {
    background-color: #42b1a3 !important;
    width: 23px !important;
    height: 23px !important;
    border: 4px solid #fff;
}
.module-67:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #cccccc; */
    z-index: -1;
    /* opacity: .9; */
}

.module-67 {
  padding: 13em 0 0;
  position: relative;
  z-index: 2;
  }
  .module-67 .ry-container {
    /* max-width: 1280px; */
    width: 90%;
    margin: auto;
    float: none;
    }
    @media (max-width: 1280px) {
      .module-67 .ry-container {
        max-width: 95%; } }
    .module-67 .ry-container #about {
      /* flex-wrap: wrap; */
      gap: 0 5%;
      }
      .module-67 .ry-container #about .ry-section-title {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 45px;
        text-align: center; }

  .module-67 .ry-btn-primary {
    text-align: center;
    margin-top: 2em;
    background: #c38d9d !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500 !important;
    height: 50px;
    }
  @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)); } }
  @media (min-width: 1600px) {
    .module-67 p {
      } }
  .module-67.style2 .ry-container #about .ry-section-title {
    font-weight: 600; }
  .module-67.style2 .ry-container #about p {
    max-width: 920px;
    margin: auto; }

@media (max-width:1600px) and (min-width:1200px){
	.module-67 {
		padding: 9em 0 0 !important;
	}
}