




.tj-health-section--id1585680 {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 5rem 4%;
  background: linear-gradient(0deg, rgba(255,255, 255, 1) 0%, rgba(255,255, 255, 1) 100%);
}

.tj-health-section--id1585680 .tj-health-section__container {
  position: relative;
  width: 111.75rem;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 5rem 4%;
  padding-top: 1.87rem;
  padding-bottom: 1.87rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.tj-health-section--id1585680 .tj-health-section__content {
  position: relative;
  width: 40.97%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.81rem 0;
}

.tj-health-section--id1585680 .tj-health-section__heading {
  position: relative;
  width: 100%;
  font-size: 4.68rem;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  color: rgba(76,76, 76, 1);
  display: block;
  font-family: 'DM Serif Text', sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.13;
  margin: 0;
}

.tj-health-section--id1585680 .tj-health-section__heading-secondary {
  font-family: 'Kanit', sans-serif;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
}

.tj-health-section--id1585680 .tj-health-section__heading-secondary i,
.tj-health-section--id1585680 .tj-health-section__heading-secondary em{
  font-family: 'DM Serif Text', sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.13;
}

.tj-health-section--id1585680 .tj-health-section__text {
  position: relative;
  width: 100%;
  font-size: 1.31rem;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  color: rgba(76,76, 76, 1);
  display: block;
}

.tj-health-section--id1585680 .tj-health-section__button {
  position: relative;
  width: 100%;
  max-width: 10.99rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.93rem 10%;
  padding-top: 0.56rem;
  padding-right: 0.56rem;
  padding-bottom: 0.56rem;
  padding-left: 1.5rem;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(68,174, 207, 1);
  background: linear-gradient(0deg, rgba(255,255, 255, 1) 0%, rgba(255,255, 255, 1) 100%);
  text-decoration: none;
  transition: all 0.3s ease;
}

.tj-health-section--id1585680 .tj-health-section__button:hover {
  background: rgba(68,174, 207, 0.1);
  transform: translateY(-2px);
}

.tj-health-section--id1585680 .tj-health-section__button-text {
  position: relative;
  width: 70.24%;
  font-size: 1rem;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  color: rgba(0,0, 0, 1);
  display: block;
  white-space: nowrap;
}

.tj-health-section--id1585680 .tj-health-section__button-icon {
  position: relative;
  width: 1.75rem;
  display: block;
}

.tj-health-section--id1585680 .tj-health-section__button-icon img {
  position: relative;
  width: 1.87rem;
  height: 1.87rem;
  display: block;
}

.tj-health-section--id1585680 .tj-health-section__image-wrapper {
  position: relative;
  width: calc(54.42528% - 4.18rem);
  display: block;
  border-radius: 25px 25px 25px 25px;
}

.tj-health-section--id1585680 .tj-health-section__image {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 25px;
}

/* Theme Support */
.tj-health-section.tj-theme-light {
  background: linear-gradient(0deg, rgba(255,255, 255, 1) 0%, rgba(255,255, 255, 1) 100%);
}

.tj-health-section.tj-theme-dark {
  background: linear-gradient(0deg, rgba(33,33, 33, 1) 0%, rgba(33,33, 33, 1) 100%);
}

.tj-health-section.tj-theme-dark .tj-health-section__heading,
.tj-health-section.tj-theme-dark .tj-health-section__text {
  color: rgba(255,255, 255, 1);
}

/* Responsive Styles */
@media (max-width: 1439px) {
  .tj-health-section--id1585680 {
    gap: 3.64rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__container {
    gap: 3.64rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__content {
    width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__heading {
    font-size: 3.68rem;
  }

  .tj-health-section--id1585680 .tj-health-section__button {
    gap: 0.93rem 5%;
  }

  .tj-health-section--id1585680 .tj-health-section__button-icon {
    width: calc(24.75% - 0.3rem);
    max-width: 1.87rem;
  }

  .tj-health-section--id1585680 .tj-health-section__button-icon img {
    width: 100%;
    max-width: 1.87rem;
  }

  .tj-health-section--id1585680 .tj-health-section__image-wrapper {
    width: 100%;
  }
}

@media (max-width: 1269px) {
  .tj-health-section--id1585680 {
    gap: 2.94rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__container {
    gap: 2.94rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__content {
    width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__heading {
    font-size: 3.12rem;
  }

  .tj-health-section--id1585680 .tj-health-section__button {
    gap: 0.93rem 5%;
  }

  .tj-health-section--id1585680 .tj-health-section__image-wrapper {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .tj-health-section--id1585680 {
    gap: 2.2rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__container {
    gap: 2.2rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__content {
    gap: 2.81rem 0%;
    width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__heading {
    font-size: 2.62rem;
  }

  .tj-health-section--id1585680 .tj-health-section__button {
    gap: 0.93rem 5%;
  }

  .tj-health-section--id1585680 .tj-health-section__image-wrapper {
    width:100%;
  }
}

@media (max-width: 767px) {
  .tj-health-section--id1585680 {
    gap: 1.37rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__container {
    gap: 1.5rem 4%;
    flex-wrap: wrap;
  }

  .tj-health-section--id1585680 .tj-health-section__content {
    gap: 1.89rem 0%;
    width: 100%;
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__heading {
    font-size: 2rem;
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__text {
    font-size: 1.06rem;
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__button {
    gap: 0.93rem 5%;
  }

  .tj-health-section--id1585680 .tj-health-section__image-wrapper {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .tj-health-section--id1585680 {
    gap: 1rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__container {
  }

  .tj-health-section--id1585680 .tj-health-section__content {
    gap: 1.26rem 0%;
    width: 100%;
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__heading {
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__text {
    font-size: 1rem;
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__button {
    gap: 0.93rem 5%;
  }

  .tj-health-section--id1585680 .tj-health-section__image-wrapper {
    width: 100%;
  }
}

@media (max-width: 319px) {
  .tj-health-section--id1585680 {
    gap: 1rem 4%;
  }

  .tj-health-section--id1585680 .tj-health-section__container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem 4%;
    flex-wrap: wrap;
  }

  .tj-health-section--id1585680 .tj-health-section__content {
    gap: 1.1rem 0%;
    width: 100%;
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__heading {
    font-size: 1.56rem;
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__text {
    font-size: 1rem;
    max-width: 100%;
  }

  .tj-health-section--id1585680 .tj-health-section__button {
    gap: 0.93rem 5%;
  }

  .tj-health-section--id1585680 .tj-health-section__image-wrapper {
    width: 100%;
  }
}
