.testimonials{
  position: relative;

  ::before {
    background:url('https://static.showit.co/1600/Ger9l-SoPE5bfdQEeq-8-g/shared/59f45838-69c0-4670-af97-2b63e8707375.jpg') no-repeat center/cover;
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.025;
    z-index:-1;
  }

  .stars{
    display: flex;
    justify-content: center;
    svg{
      width:40px;
      height:40px;
      path{
        fill:var(--blue);
      }
    }
  }
  p{
    text-align: center;
    color:var(--blue);
    font-size:18px;
    padding:15px 0px;
    @media(min-width: 768px){
      font-size:25px;
      padding:30px 0px;
    }
  }
  h4{
    text-align: center;
    color:var(--blue);
    font-size:25px;
    padding:30px 0px;
    text-transform: uppercase;
  }
}
