.cta-box .cta-mascot {
  display: block;
  width: min(270px, 74%);
  height: auto;
  margin: -12px auto 16px;
  filter: drop-shadow(0 10px 12px rgba(61, 43, 31, 0.16));
}

@media (max-width: 600px) {
  .cta-box .cta-mascot {
    width: min(225px, 79%);
    margin-top: -6px;
  }
}
