@import url("info.css");
@import url("open-positions.css");

.hero-mascot {
  overflow: hidden;
}
.hero-mascot img {
  width: 354px;
  height: 446px;
}

@media (max-width: 767px) {
  .hero-mascot img {
    height: 280px;
    width: auto;
  }
}