.package {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  overflow: visible;
}
.package .package-mascot-small {
  width: 96px;
  height: 116px;
  object-fit: cover;
  object-position: center 22%;
  align-self: center;
  margin: -8px auto 10px;
  border-radius: 20px;
  border: 1px solid rgba(245, 173, 24, 0.28);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transform: none !important;
}
.package h2,
.package h3 {
  text-align: center;
}
.package ul {
  flex: 1;
  margin-bottom: 20px;
}
.package .facts {
  margin-top: auto;
}
.package > .button {
  align-self: flex-start;
  margin-top: auto;
}
.package.popular .package-mascot-small {
  border-color: var(--gold);
  box-shadow:
    0 0 0 4px rgba(245, 173, 24, 0.08),
    0 15px 38px rgba(245, 173, 24, 0.16);
}
.site-footer .footer-mascot {
  width: 82px;
  height: 98px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 16px;
  margin: 14px 0 6px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}
.footer-grid > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .package .package-mascot-small {
    width: 86px;
    height: 104px;
  }
  .site-footer .footer-mascot {
    width: 72px;
    height: 86px;
  }
}
@media (max-width: 580px) {
  .package {
    min-height: 0;
  }
  .package > .button {
    width: 100%;
  }
  .site-footer .footer-mascot {
    width: 64px;
    height: 76px;
  }
}
