.center-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  gap: 60px;
  max-width: var(--site-max-width);
  margin: auto;
  flex-wrap: wrap;
  align-items: stretch;

}

.center-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: var(--site-max-width);
  margin: 0 auto;
}

.center-text-section-clemo
.text-container h3 {
  padding-left: 0px;
}

.center-text-container h3{
  padding-left: 0px;
}

.center-text-section-clemo {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: var(--site-max-width);
  margin: 0 auto;
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.center-text-title {
  color: var(--text-color);
}

.center-text-description {
  line-height: 2rem;
}


.center-text-container.full-width {
  width: 100%;
}

.center-text-container.centered {
  margin: 0 auto;
}

.center-text-title {
  margin: 0;
  font-weight: 700;
}

.center-text-title:first-of-type {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.center-text-title:last-of-type {
  line-height: 1.2;
  color: #111;
}

.center-text-description {
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px;
}



/* Layout styling */
.center-text-container {
  display: flex;
  flex-direction: row;
}

.center-text-container > div {
  flex: 1;
  padding: 20px;
}



.left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.right-column{
border-left: solid 1px var(--text-color);
}

@media (max-width: 768px) {
  .center-text-container {
    flex-direction: column;
  }

  .center-text-container::before {
    display: none;
  }

  .center-text-title:last-of-type {
    font-size: 36px;
  }
}


@media screen and (max-width: 768px) {
.center-text-section-clemo {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.3rem !important;
    font-size: 1rem !important;
  }

  .center-text-description {
    line-height: 1.3rem !important;
    padding: 0 60px;
    font-size: 1rem !important;
  }

}


@media (max-width: 480px) {
  .center-text-section-clemo {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.3rem !important;
    font-size: 1rem !important;
    padding: 5px;
  }

  .center-text-description {
    line-height: 1.3rem !important;
    padding: 0 20px;
    font-size: 1rem !important;
    text-align: left;
  }
}


.center-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
}

.center-text-container.full-width {
  width: 100vw;
  max-width: 100%;
}

.center-text-container.centered {
  max-width: var(--site-max-width);
  width: 100%;
  margin: 0 auto;
}

.center-text-container.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.center-text-image {
  max-width: 100%;
  margin-bottom: 30px;
}

.text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* text-align: center; */
  /* margin: 60px 0; */
}

.text-container h2 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 500px;
  /* margin: 0 auto; */
}

.text-container h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 300;
}

.separator2 {
  height: 2px;
  width: 60px;
  /* margin: 20px auto; */
  background: #000;
}

.center-text-description {
  font-size: 1.125rem;
  line-height: 1.7rem;
}


/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .center-text-container {
    padding: 40px 15px;
  }

  .text-container h2 {
    font-size: 1.8rem;
  }

  .text-container h3 {
    font-size: 1.4rem;
  }

  .center-text-description {
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .center-text-container {
    padding: 30px 10px;
  }

  .center-text-description {
    line-height: 1.3rem !important;
    padding: 0 15px;
    font-size: 1rem !important;
    text-align: left;
  }
}
