#features .lead span {
  display: none;
 }
 
 #features .lead span.first{
     display: block;
 }
 
 .testimonials{
     padding: 50px 0px;
 }
 .feed-block{
     margin-top: 50px;
 }

  .activeA:visited{
    color: white;
  }
  .yearly-pck{
    display: none;
  }
  .show-pck {
    display: flex;
  }
  .btn-time{
    font-weight: 400;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    border-radius: 6px;
  }

  .activeA{
    background-color: rgb(86, 15, 252); 
    border-color: rgb(86, 15, 252);
    color: white;
  }


  .activeA:hover, .activeA:active, .activeA:focus{
    color: white;
  }
  .btn-time-wrapper:hover{
  color: red;
  font-weight: 700;
  
  }