.nutrition-expert {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding: 2rem 0;
}
.nutrition-expert {
  background-image: url(/wp-content/uploads/2025/03/nutrition-expert-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.nutrition-expert .container {
  max-width: 100rem;
}
.nutrition-expert .nutrition-text {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.nutrition-expert .row-main {
  margin: 3rem auto;
  width: 90rem;
  height: 40rem;
  position: relative;
}
.nutrition-expert .note {
  padding: 2rem;
  border-radius: 1.25rem;
  margin-top: -3rem;
  position: relative;
  font-size: var(--font-h5);
  text-align: center;
  margin-bottom: 0;
}
.nutrition-expert-banner {
  width: 35rem;
  height: 40rem;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.nutrition-expert-banner img {
  height: 100%;
}
.nutrition-expert-content {
  width: 55rem;
  padding: 3rem;
  background-image: url(/wp-content/uploads/2025/04/Group-1000003938-1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  position: relative;
}
.nutrition-expert-content .child .child-image-1 {
  width: 31.125rem;
  height: auto;
}
.nutrition-expert-content .child .uppercase {
  border: 1px solid;
  margin: 2rem 2rem 1rem;
  background: #B27F2B;
  border-radius: 1.25rem;
  padding: .3rem;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
}

@media screen and (max-width: 769px) {
  .nutrition-expert {
    background-image: url(/wp-content/uploads/2025/05/bgr.png);
    margin: 3rem 0;
    background-size: 32rem;
    background-position: top;
    padding: 0;
  }
  .nutrition-expert .row-main {
    margin: 1rem auto;
    width: 30rem;
    height: 18rem;
    display: block;
  }
  .nutrition-expert-banner {
    display: none;
  }
  .nutrition-expert .note {
    font-size: 1rem;
    border-radius: 1.25rem;
    margin: 13rem 1rem 2rem;
    position: relative;
    padding: 0 1rem;
  }
  .nutrition-expert-banner {
    width: 8.66rem;
    height: 15rem;
  }
  .nutrition-expert-banner img {
    height: auto;
  }
  .nutrition-expert-content {
    background-size: 26rem;
    width: 30rem;
    padding: 0rem;
    border-radius: 1rem;
    background-image: none;
  }
  .nutrition-expert-content .mb-20 {
    margin-bottom: 0;
    padding: 1rem 1rem 0 1rem;
  }
  .nutrition-expert-content .child-main {
    margin-top: 0;
  }
  .nutrition-expert-content .child .child-image-1 {
    width: 26.7rem !important;
    margin-top: 1.5rem;
  }
  .nutrition-expert-content .child .uppercase {
    border: 1px solid;
    margin: 2rem 2rem 1rem;
    background: #B27F2B;
    border-radius: 1.25rem;
    padding: .3rem;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
  }
}