.section-testimonial {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.section-testimonial .wrap {
  width: 100%;
  max-width: 1180px;
  padding: 60px 100px;
margin: 0 auto;

}

.section-testimonial .wrap .columns {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
  width: 100%;
}

.section-testimonial .wrap .columns .column {
  width: 100%;
}

.section-testimonial .wrap .columns .column-header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 10px;
}

.section-testimonial .wrap .columns .column-header h2 {
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.section-testimonial .wrap .columns .column-header .wysiwyg-content  p {
  text-align: center;
}

.section-testimonial .wrap .columns .column-header .wysiwyg-content *,
.section-testimonial .wrap .columns .column-body .wysiwyg-content * {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

.slider-item .slider-item-inner {
  display: flex;
  flex-flow: column nowrap;
}

.slider-item .slider-item-inner .slider-item-header {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}

.slider-item .slider-item-inner .slider-item-header .header {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
}

.slider-item .slider-item-inner .slider-item-header .header-items {
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
}

.slider-item .slider-item-inner .slider-item-header .header-items h4 {
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-align: left;
  color: #000000;
  font-style: normal;
}

.slider-item .slider-item-inner .slider-item-header .header-items .wysiwyg-content * {
  text-align: center;
}

.slider-item .slider-item-inner .slider-item-header .header-items .date {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #808080;
}

.slider-item .slider-item-inner .slider-item-header .icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.slider-item .slider-item-inner .slider-item-header .icon-wrapper img {
  width: 100%;
  height: 100%;
}

.slider-item .slider-item-inner .slider-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  position: relative;
}
/* .slider-item .slider-item-inner .slider-content:after {
  content: '';
  width: calc(100% - 12px);
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
} */
.slider-item .slider-item-inner .slider-content a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #9C9C9C;
  text-decoration: underline;
}

.slider-item .slider-item-inner .slider-content .wysiwyg-content {
  overflow: auto;
  transition: all 230ms ease-in-out;
  /* height: 250px; 
  padding-right: 24px;*/
  position: relative;
}
/* .slider-item .slider-item-inner .slider-content .wysiwyg-content :last-child {
  margin-bottom: 40px;
} */

/* .slider-item .slider-item-inner .slider-content .wysiwyg-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
.slider-item .slider-item-inner .slider-content .wysiwyg-content::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.slider-item .slider-item-inner .slider-content .wysiwyg-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00738C;
} */
.section-testimonial .wrap .columns .column-body .testimonial-slider {
  padding-bottom: 24px;
}
.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-list {
  padding-bottom: 20px;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-list .slick-track:before {
  display: none;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-list .slick-track {
  display: flex;
  flex-flow: row nowrap;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-list .slick-track .slick-slide {
  padding: 0 10px;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slider-item {
  display: flex !important;
  gap: 20px;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slider-item .slider-item-inner {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.1);
  padding: 32px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  width: 100%;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-dots {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  justify-content: center;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-dots li button {
  padding: 0;
  border: 1px solid #2C75A9;
  border-radius: 50%;
  background: transparent;
  width: 10px;
  height: 10px;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-dots li.slick-active button {
  background: #2C75A9;
}

.section-testimonial .wrap .columns .column-body .testimonial-slider .slick-dots li button:before {
  display: none;
}

.slider-item .slider-item-inner .slider-content .wysiwyg-content {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000000;
}

.section-testimonial .wrap .columns .column-footer .wysiwyg-content * {
  text-align: center;
}

@media only screen and (max-width: 1439px) {
  .section-testimonial .wrap {
      padding: 60px 40px;
  }
}

@media only screen and (max-width: 1279px) {
  .section-testimonial .wrap {
      padding: 60px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-testimonial .wrap {
      padding: 40px 20px;
  }

  .section-testimonial .wrap .columns {
      gap: 24px;
  }

  .section-testimonial .wrap .columns .column-header h2 {
      font-size: 34px;
      line-height: 42px;
  }

  .section-testimonial .wrap .columns .column-body .testimonial-slider .slick-list {
      padding-bottom: 20px;
  }

  .section-testimonial .wrap .columns .column-body .testimonial-slider .slider-item .slider-item-inner {
      padding: 32px 20px;
  }

  .slider-item .slider-item-inner .slider-item-header .icon-wrapper {
      width: 50px;
      height: 50px;
  }
      .slider-item .slider-item-inner .slider-content a,
  .section-testimonial .wrap .columns .column-header .wysiwyg-content *,
  .section-testimonial .wrap .columns .column-body .wysiwyg-content * {
      font-size: 16px;
      line-height: 24px;
  }
  
  /* .slider-item .slider-item-inner .slider-content .wysiwyg-content {
      height: 200px;
  } */
}