/* Background for the continuous-trend card only. */
#science-after .care-block:nth-child(3) {
  background-color: rgba(255, 250, 239, .9);
  background-image:
    linear-gradient(135deg, rgba(255, 250, 239, .66), rgba(255, 248, 238, .48)),
    url('../assets/continuous-trend-background.web.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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