span.modina-core-badge {
  position: relative;
}

span.modina-core-badge {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 7px;
  right: 20px;
  background-image: url("../img/modina-core-icon.png");
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

#elementor-panel-category-modina-core .elementor-panel .elementor-element .icon{
  position: relative;
}
#elementor-panel-category-modina-core .elementor-panel .elementor-element .icon:after {
  content: "MC";
  font-size: 10px;
  opacity: 0.4;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 10px;
  text-transform: capitalize;
  line-height: 22px;
  background-color: #675f73;
  color: #fff;
}