.about-us .content {
    padding: 30px 0;
  }
  .about-us .content h3 {
    font-weight: 700;
  }
  .about-us .content p {
    margin-bottom: 0;
  }
  .about-us .content .icon-box {
    margin-top: 25px;
  }
  .about-us .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
  }
  .about-us .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #711ebf;
  }
  .about-us .content .icon-box p {
    font-size: 15px;
    color: #90847f;
    margin-left: 60px;
  }
  .about-us .image {
    background: url("../uploads/settings/why1.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
  }
  .testicards h5:hover{
    color: white;
  }
  .testicards:hover {
    /* box-shadow: 0 0 24px 0 rgba(46 46 183 / 60%); */
    background-color: #511991;
    color: white;
  }
  .testicards span:hover{
    color: white;
  }
  .result_hover{
    color: white;
  }
  .starrate{
    color: blue
  }
  .starratewhite{
    color: white
  }