#researchers .researchers-benefits-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: var(--global-padding);
}

#researchers .researchers-benefits-row > * {
  width: calc(calc(100% - calc(var(--global-padding) * 2)) / 3);
}

#researchers .researchers-benefits-row .bu-icon {
  font-size: 4em;
  margin-top: calc(var(--global-padding) / 4);
  color: var(--gray-medium-dark);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

#researchers .testimonial-row {
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

#researchers .testimonial-row > .row-item {
  width: calc(50% - calc(var(--global-padding) - 8px));
  min-width: calc(50% - calc(var(--global-padding) - 8px));
  max-width: calc(50% - calc(var(--global-padding) - 8px));
}

#researchers .case-study-notification {
  background-color: hsla(204deg, 86%, 53%, 0.1);
  position: relative;
  padding: 0 !important;
}

#researchers .case-study-notification p:last-child {
  margin-bottom: 0;
}

#researchers .case-study-notification-header {
  padding: var(--global-padding);
  background-color: hsl(204deg, 86%, 53%);
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

#researchers .case-study-notification h5 {
  color: white !important;
}

#researchers .case-study-notification h6 {
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 0 !important;
}

#researchers .case-study-notification .case-study-icon-container {
  opacity: 0.5;
  color: hsl(204deg, 86%, 53%);
  font-size: 2em;
  width: 1.5em;
  min-width: 1.5em;
  max-width: 1.5em;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 1.5em;
  border-radius: 100%;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#researchers .case-study-notification-body {
  padding: var(--global-padding);
}

@media (max-width: 960px) {
  #researchers .researchers-benefits-row {
    display: block;
  }

  #researchers .researchers-benefits-row > * {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #researchers .testimonial-row {
    display: block;
  }

  #researchers .testimonial-row > .row-item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 var(--global-padding) 0;
  }

  #researchers .case-study-notification .case-study-icon-container {
    display: none;
  }
}
