.hero-image-kids {
  width: 100%;
  object-fit: cover;
}
.kids-hero-image {
  width: 100%;
  margin-top: 3em;
  position: relative;
}
.text-overlay {
  position: absolute;
  top: 30%;
  left: 10%;
}
.k-image {
  width: 25em;
  border-radius: var(--radius-default);
}
.science-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.k-image:hover,
.k-image:active {
  scale: 1.02;
}
