/* Default Template */

.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5,
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 a,
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle {
  color: var(--wdtAccentTxtColor);
}

.wdt-testimonial-holder.wdt-rc-template-default .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
  margin: 0;
  text-align: start;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below span {
  margin: 0;
  width: 6.5em;
  margin-left: 20px;
  display: none;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group span {
  line-height: 1;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group {
  margin-bottom: 40px;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group {
  display: inline-block;
  justify-content: start;
  align-items: baseline;
  gap: 20px;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item {
  display: grid;
  grid-template-columns: 40% 60%;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group {
  margin: 0;
  position: relative;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: var(--wdtBaseTransition);
  transform: translateX(150px);
  opacity: 0;
  transition-delay: 250ms;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper {
  margin: 0;
  transition: var(--wdtBaseTransition);
  transform: translateX(-150px);
  opacity: 0;
  transition-delay: 250ms;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper {
  transform: translateY(0px);
  opacity: 1;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span {
  border-radius: var(--wdtRadius_Full);
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper span {
  height: clamp(12.5rem, 11.75rem + 3.75vw, 16.25rem); /* 200 - 260 */
  width: clamp(12.5rem, 11.75rem + 3.75vw, 16.25rem); /* 200 - 260 */
  border-radius: var(--wdtRadius_Full);
  border: 2px solid var(--wdtAccentTxtColor);
  display: flex;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper span img {
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below > * {
  display: inline-block;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) {
  margin: 0;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5 {
  font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem); /* 24px - 20px */
  font-family: var(--wdtFontTypo_Base);
  margin-right: 8px;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle {
  font-size: var(--wdtFontSize_Base);
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group {
  align-self: flex-end;
  padding-left: 60px;
  margin-bottom: 110px;
  z-index: 3;
  overflow: hidden;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description {
  margin-bottom: 30px;
  padding-top: 120px;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-content-title-group,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide .wdt-content-item .wdt-rating-container {
  transform: translateY(150px);
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
  opacity: 0;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-title-group,
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-rating-container {
  transform: translateY(0);
  opacity: 1;
}

.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-description {
  transition-delay: 350ms;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-content-title-group {
  transition-delay: 450ms;
}
.wdt-testimonial-holder.wdt-rc-template-default .swiper-slide-active .wdt-content-item .wdt-rating-container {
  transition-delay: 400ms;
  margin-bottom: 10px;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper {
  padding-left: 120px;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev {
  margin-left: 0 !important;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper {
  left: -36px;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 0;
}
@media (max-width: 1540px) {
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper {
    left: -15px;
  }
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description {
    padding-top: 150px;
  }
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group {
    margin-bottom: 70px;
  }
}
@media (max-width: 1280px) {
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group {
    align-self: center;
    padding-left: 60px;
    margin-bottom: 60px;
  }
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description {
    padding-top: 0;
  }
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper {
    padding-left: 60px;
  }
}

@media (max-width: 1024px) {
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
  }
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper {
    padding: 0;
  }
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper {
    right: 0;
  }
}
@media (max-width: 479px) {
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-carousel-pagination-wrapper {
    left: 0;
  }
}
@media (max-width: 350px) {
  .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-secondary-image-wrapper {
    left: 20%;
  }
}

/* ========================================
-------Testimonial - Cloumn------
======================================== */

.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item {
  position: relative;
  overflow: hidden;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-image > span {
  height: 130px;
  width: 130px;
  border-radius: var(--wdtRadius_Full);
  position: relative;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-image-title-group {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
  font-size: clamp(2.5rem, 0.9375rem + 5vw, 3.75rem);
  width: 60px;
  height: 45px;
  color: var(--wdtPrimaryColor);
  padding: 0;
  z-index: 3;
  margin: -18px 28px 0 0;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span {
  animation: 0.5s testi-ani ease-in-out;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-detail-group {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-description {
  background-color: var(--wdtTertiaryColor);
  color: var(--wdtHeadAltColor);
  padding: 40px;
  border-radius: var(--wdtRadius_2X);
  margin-left: 40px;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-subtitle {
  transition: var(--wdtBaseTransition);
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-title-group {
  padding-top: 16px;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item > div:not(:last-child) {
  margin-bottom: -30px;
}

@media (max-width: 1024px) {
  .wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-description {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-description {
    padding: 30px;
  }

  .wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-image-wrapper .wdt-content-image span {
    height: 100px;
    width: 100px;
  }

  .wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-title-group {
    padding-top: 5px;
  }

  .wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item > div:not(:last-child) {
    margin-bottom: -20px;
  }

  .wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    margin: -18px 16px 0 0;
  }
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-detail-group {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
}
.wdt-testimonial-holder.wdt-rc-template-feedback .wdt-content-item .wdt-content-icon-wrapper {
  display: inline-flex;
  justify-content: flex-end;
}

.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-rating-title-group {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group .wdt-content-rating-title-group {
  margin-bottom: 3px;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title h5 {
  display: inline;
  font-weight: var(--wdtFontWeight_Base);
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Ext);
}
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title h5 {
  color: var(--wdtAccentTxtColor);
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-rating-title-group .wdt-content-title {
  margin-top: 0;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-subtitle {
  font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem); /* 20px - 16px */
  font-family: var(--wdtFontTypo_H6);
  font-weight: var(--wdtFontWeight_H6);
  text-transform: uppercase;
  line-height: var(--wdtLineHeight_H6);
  text-align: inherit;
}
.wdt-dark-bg .wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-subtitle {
  color: var(--wdtAccentTxtColor);
}

.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-media-group {
  margin-bottom: 0px;
}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper {
  margin: 10px 0;
}

.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span {
  height: 100%;
  width: 100%;
}

@media (max-width: 1540px) {
  .wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item {
    flex-direction: row;
  }
  .wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-rating-title-group {
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  .wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span {
    height: 100%;
    width: 100px;
  }
}

/* template-standard */

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background-color: transparent;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below {
  display: inline-flex;
  text-align: inherit;
  gap: 5px;
  flex-direction: column;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below span {
  display: none;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below .wdt-content-title {
  display: inline-block;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5 {
  font-size: var(--wdtFontSize_H5);
  font-family: var(--wdtFontTypo_H5);
  font-weight: var(--wdtFontWeight_Base);
  color: var(--wdtHeadAltColor);
  transition: var(--wdtBaseTransition);
  text-transform: uppercase;
  display: inline-block;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-detail-group .wdt-content-description .wdt-custom-testimonial-title {
  font-weight: var(--wdtFontWeight_Base);
  font-family: var(--wdtFontTypo_H4);
  font-size: var(--wdtFontSize_H4);
  color: var(--wdtHeadAltColor);
  line-height: var(--wdtLineHeight_H4);
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-title h5 {
  color: var(--wdtPrimaryColor);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child) {
  margin-bottom: 0;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle {
  font-size: var(--wdtFontSize_Base);
  font-family: var(--wdtFontTypo_Base);
  color: var(--wdtHeadAltColor);
  display: inline-block;
  margin-left: 5px;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-description {
  color: var(--wdtHeadAltColor);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-detail-group .wdt-content-description {
  margin-bottom: 30px;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-detail-group {
  text-align: left;
  padding: clamp(1.5625rem, 1.3535rem + 0.9554vw, 2.5rem);
  background-color: var(--wdtTertiaryColor);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  width: 100%;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-image > span {
  position: relative;
  display: block;
  overflow: hidden;
  transition: var(--wdtBaseTransition);
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: clamp(2.8125rem, 2.3945rem + 1.9108vw, 4.6875rem)
    clamp(3.4375rem, 3.0195rem + 1.9108vw, 5.3125rem);
  background-color: #e9e1d8;
  width: 100%;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-image > span {
  border-color: transparent;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper {
  margin-bottom: 0px;
  width: 100%;
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-image > span::before {
  opacity: 1;
  animation: imageBorderRotate 2s linear infinite;
}

@keyframes imageBorderRotate {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item {
    align-items: flex-start;
  }
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle {
    font-size: var(--wdtFontSize_Ext);
  }
}

@media (max-width: 767px) {
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-detail-group .wdt-content-description {
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper,
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
    width: 100%;
  }
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper {
    width: 100%;
    max-width:250px;
  }
}
@media (max-width: 767px) {
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper {
    width: 100%;
  }
}
/* Default state */
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-title,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-item .wdt-content-subtitle {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide .wdt-content-image > span {
  opacity: 0;
  transform: translateX(-60px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-title,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-subtitle {
  opacity: 1;
  transform: translateY(0px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-image > span {
  opacity: 1;
  transform: translateX(0px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-description {
  transition-delay: 0.3s;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-title {
  transition-delay: 0.4s;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .wdt-content-subtitle,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-image > span {
  transition-delay: 0.4s;
}

.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .swiper-slide-active .wdt-content-description,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .swiper-slide-active .wdt-content-title,
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-item .swiper-slide-active .wdt-content-subtitle {
  opacity: 1;
  transform: translateY(0);
}
.wdt-testimonial-holder.wdt-rc-template-standard .swiper-slide-active .wdt-content-image > span {
  opacity: 1;
  transform: translateX(0);
}



@media (max-width:1280px){
   .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
   display: flex;
    flex-direction: row;
    gap: 20px;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #e9e1d8;
    width: 100%;
    flex:1 1 100%;
}
}
@media (max-width:767px){
  .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
   display: flex;
    flex-direction: row;
    gap: 20px;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #e9e1d8;
    width: 100%;
    flex:1 1 100%;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper {
    margin-bottom: 0px;
    width: 100%;
    max-width: fit-content;
}
}
@media (max-width:479px){
   .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items:center;
    gap: 20px;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #e9e1d8;
    width: 100%;
    flex:1 1 100%;
    height: 100%;
   min-height: clamp(6.25rem, -3.9244rem + 46.5116vw, 10rem);/* 160 - 100 */
}

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper {
    margin-bottom: 0px;
    width: 100%;
    max-width:100%;
}
.wdt-content-item .wdt-content-image-wrapper, .wdt-content-item .wdt-content-image-wrapper .wdt-content-image, 
.wdt-content-item .wdt-content-image > span, .wdt-content-item .wdt-content-image > a{
    width: 100%;
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span > img {
    height: 100% ;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    object-position: center top; 
}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-elements-group .wdt-content-title h5 {
    display: block;
    font-size:clamp(1.125rem, 1.0414rem + 0.3822vw, 1.5rem);
    font-weight: var(--wdtFontWeight_H5);
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: none;
    overflow-wrap: break-word;
    word-break: break-word;
}
}