  .feature-items li:before {
    list-style-type: none !important;
    font-family: fontawesome;
    content: "\f058";
    font-size: 16px;
    font-weight: 600;
    position: relative;
    left: -5px;
  }

  .play-flex {
    flex-grow: 1;
    background: #CC0E37;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
  }

  .feature-items {
    padding-left: 0px !important;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    text-align: left;
  }