.fpk-card .fpk-icon img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 3px 2px rgba(6, 61, 143, .25));
}
.fpk-card .fpk-cartoon-thumb {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 17px;
  background: linear-gradient(135deg, #ffcf2c, #f3439b 48%, #29b3f1);
  font-size: 31px;
  box-shadow: 0 4px 0 rgba(6, 61, 143, .32);
}
