
  .testimonialsCard {
    border-radius: 0.5em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.3);
    
    padding: 1em 1.5em;
    font-style: italic;
    
    position: relative;
    margin: 0em;
  }
  
  .testimonialsCard img{
    max-width: 2em;
    margin-bottom: 0.5em;
  }
  
  .testimonialsCard p {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
  
  .testimonialsCard div.starContainer {
    position: absolute;
    top: 1.65em;
    right: 1.5em;
  }
  
  .testimonialsCard div.starContainer > svg {
    width: 1.5em;
  }
  
  p.reviewerName {
    margin-bottom: 0em !important;
  }

  @media screen and (min-width: 1135px) {
    
    .testimonialsCard {
      max-width: 22em;
    }
  }
