.elementor-escen-testimonial {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.elementor-escen-testimonial,
.elementor-escen-testimonial-right {
  display: flex;
}
.elementor-escen-testimonial-left,
.elementor-escen-testimonial-right {
  width: 100%;
}
.elementor-escen-testimonial-left {
  padding: 10px;
}
.elementor-escen-testimonial-right {
  flex-wrap: wrap;
  display: none;
}
.elementor-escen-testimonial-item {
  cursor: pointer;
  position: relative;
  padding: 10px;
  width: 33.3333%;
}
.elementor-escen-testimonial-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.elementor-escen-testimonial-item:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #1aaacf;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
.elementor-escen-testimonial-item.isactive:after {
  bottom: 4px;
  opacity: 1;
}
.elementor-escen-testimonial-content {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.elementor-escen-testimonial-content figure {
  position: absolute;
  height: 100%;
  width: 100%;
}
.elementor-escen-testimonial-content figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.elementor-escen-testimonial-ovarlay {
  visibility: hidden;
  opacity: 0;
  background-color: #1aaacf;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.elementor-escen-testimonial-text {
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 15px;
  position: absolute;
  z-index: 2;
  color: #ffffff;
}
.elementor-escen-testimonial-text,
.elementor-escen-testimonial-ovarlay {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.elementor-escen-testimonial-item.isactive .elementor-escen-testimonial-text,
.elementor-escen-testimonial-item.isactive .elementor-escen-testimonial-ovarlay,
.elementor-escen-testimonial-item:hover .elementor-escen-testimonial-text,
.elementor-escen-testimonial-item:hover .elementor-escen-testimonial-ovarlay {
  visibility: visible;
  opacity: 1;
}
.elementor-escen-testimonial-text span {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.elementor-escen-testimonial-text .elementor-escen-testimonial-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.elementor-escen-testimonial-left figure {
  width: 220px;
  height: 220px;
}
.elementor-escen-testimonial-left figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.elementor-escen-testimonial-description {
  margin-top: 32px;
  font-size: 24px;
  line-height: 32px;
  padding-right: 60px;
}
.elementor-escen-testimonial-left-text {
  margin-top: 20px;
}
.elementor-escen-testimonial-left-text span {
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.elementor-escen-testimonial-left-text .elementor-escen-testimonial-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
/* 
.elementor-escen-testimonial-right > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(20px * 0);
  margin-left: calc(20px * calc(1 - 0));
} */
@media (min-width: 768px) {
}
@media (min-width: 1025px) {
  .elementor-escen-testimonial-right {
    display: block;
  }
  .elementor-escen-testimonial-left,
  .elementor-escen-testimonial-right {
    width: 50%;
  }
}
