body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.testimonial-quote{
    height: 300px;         /* Set desired height */
    overflow-y: auto;      /* Enable vertical scrollbar when content overflows */
    padding: 5px;         /* Optional: Add padding for better readability */
    border: 1px solid #ccc; /* Optional: Visual border */
    background-color: #f9f9f9; /* Optional: Background for readability */

}

/* Poup-image */
   .modal-body {
      position: relative;
    }
    .custom-close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 10;
      background-color: #fff;
      border: none;
      border-radius: 50%;
      padding: 4px 8px;
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
    }
    .custom-close-btn:hover {
      background-color: #eee;
    }
    
.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}