.wrapper__menu-premium {
    background: linear-gradient(90deg, #fda085 0%, #f6d365 100%);
    color: #954700;
    border-radius: 10px;
    padding: 10px 15px 9px 35px;
    width: auto;
    margin: 15px 20px;
    position: relative;
  }
  
  .wrapper__menu-premium svg {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 13px;
    left: 100px;
  }
  .wrapper__menu-premium p {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  /* .wrapper__menu-premium:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    display: block;
    width: 14px;
    height: 14px;
    color: #954700 !important;
    position: absolute;
    left: 29%;
    font-size: 12px;
    top: 26%;
    font-weight: 700;
  } */
  
  .wrapper__new-bisnis {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    width: 100%;
    display: block;
  }
  
  .wrapper__new-bisnis > a {
    display: inline-block;
    width: 49%;
    padding: 0 0 0 20px;
    margin: 10px 0 9px;
  }
  