.neurosciences-nutrition {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 60px;
  padding-top: 40px;
  background-color: #ECE7D9;
}

.neurosciences-nutrition-container {
  max-width: var(--max-width);
  width: 100%;
  display: grid;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.neurosciences-nutrition-cards-container {
  background-color: black;
  width: 100%;
  overflow-x: auto;
}

.neurosciences-nutrition-container h3 {
  color: #393126;
  font-family: Noto Serif;
  font-weight: 300;
  font-style: Light;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -4%;
}

.neurosciences-nutrition-container h3 span {
  color: #1B6153;
}

.neurosciences-nutrition-button {
  display: flex;
  justify-content: center;
  height: max-content;
}

.neurosciences-nutrition-button div {
  border: 1px solid #16231B29;
  color: #91764B;
  font-size: 12px;
  text-decoration: none;
  max-width: max-content;
  padding: 4px 12px 4px 12px;
  width: 181px;
  border-radius: 24px;
}

.neurosciences-nutrition-cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.neurosciences-nutrition-cards::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.neurosciences-nutrition-card {
  max-width: 500px;
  width: 100%;
  border-radius: 8px;
  background-color: #F9F5EB;
  display: flex;
  justify-content: center;
  align-items: center;
}

.neurosciences-nutrition-card-julie {
  background-image: url('assets/julie.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.neurosciences-nutrition-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.neurosciences-nutrition-card-head {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 40px 40px 0px 40px;
}

.neurosciences-nutrition-card-image {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.neurosciences-nutrition-card-image-1 {
  background-image: url('/assets/raphael.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.neurosciences-nutrition-card-image-2 {
  background-image: url('/assets/charles.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.neurosciences-nutrition-card-image-3 {
  background-image: url('/assets/neurosciences-nutrition-2.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.neurosciences-nutrition-card-image-4 {
  background-image: url('/assets/julien.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.neurosciences-nutrition-card-content {
  font-family: Inter, sans-serif !important;
  font-weight: 300;
  font-style: Regular;
  font-size: 18px;
  line-height: 28px;
  color: #020120;
  padding: 40px;
}

.neurosciences-nutrition-card-text h4 {
  font-family: Inter, sans-serif !important;
  font-weight: 300 !important;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #020120;
}

.neurosciences-nutrition-card-text p {
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #9d9786;
}
