/* Background for the appropriate-activity card only. */
#science-after .care-block:first-child {
  background-color: rgba(255, 250, 239, .9);
  background-image:
    linear-gradient(135deg, rgba(255, 250, 239, .68), rgba(255, 248, 238, .5)),
    url('../assets/activity-glucose-background.web.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 620px) {
  #science-after .care-block:first-child {
    background-position: center top;
  }
}
