.custom-side-by-side-img-eco-wrapper .custom-bg-img-text-side {
  width: 25%;
  height: auto;
  background-image: url('../images/design/bg-ECO.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 10px;
}

.custom-side-by-side-img-eco-wrapper .custom-content-text-side {
  width: 75%;
  height: auto;
  background-image: url('../images/design/bg-ECO-right.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 10px;
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 24px;
  line-height: 28px;
}

.custom-side-by-side-img-eco-wrapper.adjusted-space .custom-bg-img-text-side {
  width: 40%;
  min-height: 468px;
  background-image: url('../images/bg-LOSPACIENTES.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 20px 20px 20px;
}

.custom-side-by-side-img-eco-wrapper.adjusted-space .custom-content-text-side {
  width: 60%;
  min-height: 468px;
  background-image: url('../images/bg-LOSPACIENTES-right.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}

.custom-side-by-side-img-eco-wrapper .custom-bg-img-text-side .top-content p,
.custom-side-by-side-img-eco-wrapper .custom-bg-img-text-side .top-content li {
  color: var(--color-light);
  font-size: 14px;
  line-height: 18px;
}

.custom-side-by-side-img-eco-wrapper .custom-bg-img-text-side .top-content li::marker {
  color: #fde23d;
}

.custom-side-by-side-img-eco-wrapper .custom-yellow-text {
  color: #fde23d;
}

.custom-side-by-side-img-eco-wrapper .container {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.custom-side-by-side-img-eco-wrapper.adjusted-space .container {
  align-items: center;
}

.custom-side-by-side-img-eco-wrapper .custom-content-text-side img {
  max-width: 410px;
  height: 320px;
}

.custom-side-by-side-img-eco-wrapper .custom-bg-img-text-side .below-content p {
  font-size: 10px;
  line-height: 14px;
  color: var(--color-light);
  margin-bottom: 0;
}

.custom-side-by-side-img-eco-wrapper .header-logo-area img {
  max-height: 100px;
  margin-bottom: 20px;
}

.custom-side-by-side-img-eco-wrapper .custom-content-text-side .custom-text-area p {
  font-family: var(--font-family-Epilogue-Bold);
  margin-top: 10px;
}

.custom-side-by-side-img-eco-wrapper .custom-content-text-side h3.custom-yellow-underline {
  font-family: var(--font-family-Epilogue-ExtraBold);
  font-size: 60px;
  line-height: 64px;
}

.custom-yellow-underline {
  display: inline;
  background: linear-gradient(to top, #fde23d 40%, transparent 40%);
}

.custom-side-by-side-img-eco-wrapper .custom-content-text-side h6.below-text {
  color: rgba(165, 38, 34);
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 40px;
  line-height: 46px;
}

.custom-brown-txt {
  font-family: var(--font-family-Epilogue-Bold);
  color: rgba(165, 38, 34);
  font-size: 40px;
  line-height: 46px;
}

.custom-side-by-side-img-eco-wrapper .custom-bg-img-text-side .top-content h2 {
  color: var(--color-light);
  font-family: var(--font-family-Epilogue-Bold);
  font-size: 40px;
  line-height: 46px;
}

.custom-side-by-side-img-eco-wrapper:not(.adjusted-space) .custom-bg-img-text-side {
  height: 655px;
}

.custom-side-by-side-img-eco-wrapper .container .custom-bg-img-text-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-side-by-side-img-eco-wrapper.adjusted-space .container .custom-content-text-side {
  height: 428px;
}

.custom-side-by-side-img-eco-wrapper.adjusted-space .container .custom-bg-img-text-side {
  height: 428px;
}

@media(max-width: 1200px) {
  .custom-side-by-side-img-eco-wrapper .container {
    flex-direction: column;
  }

  .custom-side-by-side-img-eco-wrapper:not(.adjusted-space) .custom-bg-img-text-side {
    height: auto;
  }

  .custom-side-by-side-img-eco-wrapper .custom-bg-img-text-side,
  .custom-side-by-side-img-eco-wrapper .custom-content-text-side,
  .custom-side-by-side-img-eco-wrapper.adjusted-space .custom-bg-img-text-side,
  .custom-side-by-side-img-eco-wrapper.adjusted-space .custom-content-text-side {
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }

  .custom-side-by-side-img-eco-wrapper .custom-bg-img-text-side img,
  .custom-side-by-side-img-eco-wrapper .custom-content-text-side img {
    margin: 10px 0;
  }

  .custom-side-by-side-img-eco-wrapper .custom-content-text-side img {
    max-width: 100%;
    height: auto;
  }
}