#testimonials article .excerpt {
  height: 200px !important;
  margin-bottom: 40px;
  padding: 10px;
  overflow-y: auto !important;
  text-align: justify;
  box-shadow: 0 0 15px rgb(0 0 0 / 12%);
  order: 1;
}

#testimonials article .excerpt:before {
  box-sizing: border-box;
  color: #bbb;
  content: '\201C';
  display: block;
  height: 96px;
  position: absolute;
  transform: translateX(45px);
  top: 30px;
  width: 24.61px;
  column-rule-color: #bbb;
  perspective-origin: 12.3px 48px;
  transform-origin: 12.3px 48px;
  border: 0 #bbb;
  font: normal normal normal normal 60px/96px Georgia,serif;
  margin: -25px 0 0 -40px;
  outline: #bbb 0;
}

#testimonials article .excerpt:after {
  content: '';
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: 88px;
  transform: translateX(25px);
  perspective-origin: 15px 15px;
  transform-origin: 15px 15px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .0980392));
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
}

#testimonials article p {
  margin-bottom: 30px;
  padding: 15px 15px 15px 50px !important;
}

#testimonials .genre img {
  width: 20px;
  height: 20px;
}

#testimonials .slick-prev, .slick-next {
  top: 100px !important;
  background: none !important;
  z-index: 9999;
}

#testimonials .slick-prev::before {
  content: url(https://al-isbaah.com/wp-content/themes/al-isbaah/assets/images/left-arrow.png) !important;
  position: relative;
}

#testimonials .slick-next::before {
  content: url(https://al-isbaah.com/wp-content/themes/al-isbaah/assets/images/right-arrow.png) !important;
  position: relative;
}