.naturalx-expert-card {
  width: 100%;
  min-height: 525px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 40px;

}

.naturalx-expert-image-box {
  outline: 1px solid red;
  height: 150px;
  width: 150px;
}

.naturalx-expert-image {
  width: 100%;
}

.naturalx-expert-image > div > img {
  height: auto;
  width: 100%;
}

.naturalx-expert-description{
  width: 60%;
}

.naturalx-expert-name {
  color: var(--naturalX-secondary-green);
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: -5px;

}

.naturalx-expert-details {
  line-height: 150%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--naturalX-main-white);
  padding-top: 10px;
}

.naturalx-expert-description-social-cta {
  color: var(--naturalX-secondary-green);
  font-size: 1.25rem;
  line-height: 170%;
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-weight: 500;
  height: 34px;
  transition: 2s ease-out;
  text-transform: uppercase;



}

.naturalx-expert-description-social-cta::before {
  content: "";
  background: url("../assets/icons/arrow-right.svg") no-repeat center center;
  position: absolute;
  display: block;
  width: 30px;
  height: 35px;
  display: none;
}

.naturalx-social-cta-wrapper {
  width: auto;
  min-height: 34px;
  height: auto;
  transition: 2s ease-out;
  padding-top: 20px

}

@media screen and (min-width: 768px) {

  .naturalx-expert-card {
    width: 312px;
    padding-right: 50px;
  }
  .naturalx-expert-description{
    width: auto
  }
  .naturalx-expert-name {
    line-height: 125%;
    font-size: 1.68rem

  }

  .naturalx-expert-details {
    line-height: 150%;
    font-size: 1.125rem;

  }


}
