.flexitype-icon {
   background-image: linear-gradient(135deg,#3949f4 25%,#a629d8 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   &::after {
      content: 'free';
      position: absolute;
      top: 6px;
      right: 6px;
      color: #555768;
      font-size: 9px;
      line-height: 10px;
      font-weight: 400;
      font-family: "Open Sans",sans-serif;
      text-transform: uppercase;
      display: inline-block;
      padding: 1px 2px;
      border: 1px solid #e0e0e0;
      border-radius: 2px;   
      background-image: linear-gradient(135deg,#3949f4 25%,#a629d8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
   }
}