.pricing4 {
    color: #8d97ad;
    font-weight: 300;
  }
  
  .pricing4 h1,
  .pricing4 h2,
  .pricing4 h3,
  .pricing4 h4,
  .pricing4 h5,
  .pricing4 h6 {
    color: #3e4555;
  }
  
  .pricing4 .font-weight-medium {
    font-weight: 500;
  }
  
  .pricing4 .bg-light {
    background-color: #f4f8fa !important;
  }
  
  .pricing4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
  }
  
  .pricing4 .font-14 {
    font-size: 14px;
  }
  
  .pricing4 .font-13 {
    font-size: 13px;
  }
  
  .pricing4 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  }
  
  .pricing4 .text-success {
    color: #2cdd9b !important;
  }
  
  .pricing4 .price small {
    color: #8d97ad;
    font-size: 16px;
  }
  
  .pricing4 h5 {
      line-height: 22px;
      font-size: 18px;
  }
  
  .pricing4 .btn-link-gradiant-oro {
    background: #4d62ff;
    background: -webkit-linear-gradient(legacy-direction(to right), #908112 0%, #625300 100%);
    background: -webkit-gradient(linear, left top, right top, from(#908112), to(#625300));
    background: -webkit-linear-gradient(left, #908112 0%, #625300 100%);
    background: -o-linear-gradient(left, #908112 0%, #625300 100%);
    background: linear-gradient(to right, #908112 0%, #625300 100%);
  }
  
   .pricing4 .btn-link-gradiant-oro:hover {
    background: #908112;
    background: -webkit-linear-gradient(legacy-direction(to right), #908112 0%, #1904b6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#908112), to(#1904b6));
    background: -webkit-linear-gradient(left, #908112 0%, #1904b6 100%);
    background: -o-linear-gradient(left, #908112 0%, #1904b6 100%);
    background: linear-gradient(to right, #908112 0%, #1904b6 100%);
  }

  .pricing4 .btn-link-gradiant-argento {
    background: #4d62ff;
    background: -webkit-linear-gradient(legacy-direction(to right), #7e7e7e 0%, #414141 100%);
    background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#414141));
    background: -webkit-linear-gradient(left, #7e7e7e 0%, #414141 100%);
    background: -o-linear-gradient(left, #7e7e7e 0%, #414141 100%);
    background: linear-gradient(to right, #7e7e7e 0%, #414141 100%);
  }
  
   .pricing4 .btn-link-gradiant-argento:hover {
    background: #7e7e7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #7e7e7e 0%, #1904b6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#1904b6));
    background: -webkit-linear-gradient(left, #7e7e7e 0%, #1904b6 100%);
    background: -o-linear-gradient(left, #7e7e7e 0%, #1904b6 100%);
    background: linear-gradient(to right, #7e7e7e 0%, #1904b6 100%);
  }

  .pricing4 .btn-link-gradiant-platino {
    background: #4d62ff;
    background: -webkit-linear-gradient(legacy-direction(to right), #6f6e7c 0%, #2f2f3a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6f6e7c), to(#2f2f3a));
    background: -webkit-linear-gradient(left, #6f6e7c 0%, #2f2f3a 100%);
    background: -o-linear-gradient(left, #6f6e7c 0%, #2f2f3a 100%);
    background: linear-gradient(to right, #6f6e7c 0%, #2f2f3a 100%);
  }
  
   .pricing4 .btn-link-gradiant-platino:hover {
    background: #6f6e7c;
    background: -webkit-linear-gradient(legacy-direction(to right), #6f6e7c 0%, #1904b6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6f6e7c), to(#1904b6));
    background: -webkit-linear-gradient(left, #6f6e7c 0%, #1904b6 100%);
    background: -o-linear-gradient(left, #6f6e7c 0%, #1904b6 100%);
    background: linear-gradient(to right, #6f6e7c 0%, #1904b6 100%);
  }
  
  .pricing4 .btn-md {
      padding: 10px 25px;
      font-size: 16px;
  }