

#testimonials .row.g-4 {
    --bs-gutter-x: 40px !important;
    --bs-gutter-y: 40px !important;
    justify-content: center !important;
    gap: 0 !important;
  }
  
  #testimonials .row > [class*='col-'] {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: var(--bs-gutter-y, 40px) !important;
    display: flex !important;
    justify-content: center !important;
  }
  
  .testimonial-card.template4-card {
    width: 349px !important;
    height: auto !important;
    padding: 1.5rem;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2) !important;
    border-radius: 0px;
    background-color: #fff;
    display: flex !important;
    flex-direction: column !important;
    text-align: center;
    overflow: hidden;
  }
  
  #testimonials .testimonial-quote-icon {
    flex-shrink: 0;
    margin-bottom: 1rem;
  }
  
  #testimonials .testimonial-quote-icon svg {
    fill: var(--testimonial-quote-color, #0D6EFD);
  }
  
  #testimonials .testimonial-text {
  
    min-height: 150px !important; 
    text-align: center;
    margin: 0;
    padding: 0 0.5rem !important;
    font-family: 'Montserrat' !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: var(--testimonial-text-color, #333333) !important;
  }
  
  #testimonials .testimonial-author {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 1rem;
  }
  
  #testimonials .testimonial-divider {
    background-color: var(--testimonial-divider-color, #0D6EFD) !important;
    opacity: 1 !important;
    width: 65px;
    height: 1px;
    margin: 1rem auto 1rem auto;
    border: none;
  }
  
  #testimonials .testimonial-author-name {
     margin-top: 0 !important;
     font-weight: bold;
     color: var(--testimonial-author-color, #000000);
     font-family: 'Montserrat', sans-serif;
     font-size: 18px;
     line-height: 130%;
  }