/* Background for the overall-diet-structure card only. */
#science-food .care-block {
  background-color: rgba(255, 250, 239, .9);
  background-image:
    linear-gradient(135deg, rgba(255, 250, 239, .68), rgba(255, 248, 238, .52)),
    url('../assets/food-structure-background.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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