.neuroscience-solutions-graphic {
  padding-bottom: 0;
}

.neuroscience-solutions-graphic .wrapper {
  align-items: center;
  margin: auto;
  justify-content: center;
}

.neuroscience-solutions-graphic .inner {
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  margin-bottom: clamp(2.5em, 5vw, 5em);
}

@media (max-width: 1180px) {
  .neuroscience-solutions-graphic .inner {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.neuroscience-solutions-graphic .inner .each {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 250px;
  overflow: visible;
}

@media (max-width: 600px) {
  .neuroscience-solutions-graphic .inner .each {
    width: 150px;
  }
}
.neuroscience-solutions-graphic .inner .each:hover {
  opacity: 1 !important;
}

.neuroscience-solutions-graphic .inner .each:hover > img {
  filter: drop-shadow(0 0 7px rgba(246, 191, 36, 0.7)) drop-shadow(0 0 7px rgba(246, 191, 36, 0.9)) drop-shadow(0 0 7px rgba(246, 191, 36, 0.9));
}

.neuroscience-solutions-graphic .inner .each:nth-of-type(even) {
  margin-top: 1.5em;
}

@media (max-width: 600px) {
  .neuroscience-solutions-graphic .inner .each:nth-of-type(even) {
    margin-top: 0;
  }
}
.neuroscience-solutions-graphic .inner .each:nth-of-type(odd) img {
  margin-bottom: 2em;
}

.neuroscience-solutions-graphic .inner .each img {
  width: 100%;
  transition: filter 0.3s ease;
}

@media (max-width: 600px) {
  .neuroscience-solutions-graphic .inner .each img {
    margin-bottom: 1em !important;
  }
}
.neuroscience-solutions-graphic .inner .each p.label {
  color: #302256;
  text-align: center;
  font-size: clamp(1em, 1.75vw, 1.325em);
  font-family: "Arial Narrow", sans-serif;
  line-height: 1.2;
  z-index: 1;
}

@media (max-width: 600px) {
  .neuroscience-solutions-graphic .inner .each p.label {
    order: 2;
  }
}
.neuroscience-solutions-graphic h3 {
  text-align: center;
}

/* ======================
Pop-ups
====================== */
.neuroscience-solutions-popup {
  position: relative;
  display: flex;
  flex-direction: row;
  width: min(90%, 1400px);
  padding: 6em 5em !important;
  gap: 4em;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #000;
  border-radius: 1em;
}
@media (max-width: 860px) {
  .neuroscience-solutions-popup {
    flex-direction: column;
    padding: 3em !important;
  }
}
@media (max-width: 600px) {
  .neuroscience-solutions-popup {
    padding: 2em !important;
    gap: 2em;
  }
}

.neuroscience-solutions-popup .icon {
  width: 25%;
}
@media (max-width: 600px) {
  .neuroscience-solutions-popup .icon {
    margin: 0 auto;
    width: 50%;
  }
}

.neuroscience-solutions-popup .icon img {
  width: 100%;
}

.neuroscience-solutions-popup .copy {
  width: 75%;
}
@media (max-width: 600px) {
  .neuroscience-solutions-popup .copy {
    width: 100%;
  }
  .neuroscience-solutions-popup .copy h3 {
    text-align: center;
  }
}

.neuroscience-solutions-popup .copy p {
  line-height: 1.75;
  font-size: clamp(1.25rem, 1.25vw, 1.325rem);
  margin-bottom: 1em;
}

.neuroscience-solutions-popup .copy ul {
  line-height: 1.75;
  padding-left: 1em;
}

.neuroscience-solutions-popup .copy ul li {
  font-size: clamp(1.25rem, 1.25vw, 1.325rem);
}

.shimmery-btn-block-container {
  margin-top: 3em;
}

.neuroscience-solutions-popup .f-button.is-close-btn {
  --f-button-svg-stroke-width: 1;
  position: absolute;
  width: 3em !important;
  height: 3em !important;
  top: 2em !important;
  right: 2em !important;
  border: 1px solid #c1c1c1 !important;
  z-index: 40;
}

.neuroscience-solutions-popup .f-button {
  background: #fff !important;
  color: #c1c1c1 !important;
  width: 2em !important;
  height: 2em !important;
}
