/* your styles go here */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .testimonial-card{
    height: 500px;
  }