.is-style-gradient-circle-one {
  width: 70px;
  height: 70px;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  color:  linear-gradient(155deg, #FF5900 -91.5%, #FF00BF 310.66%);;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;             /* solid black background */
  border: 2px dashed #FF443099;  /* dashed border */
  border-radius: 50%;            /* makes it a circle */
}
