.imm-testimonial-wrapper {
  background-color: #fff;
  height: 800px;
}

.imm-testimonial-wrapper .testimonial-wrapper {
  height: 100%
}

.imm-testimonial-wrapper .testimonial-wrapper .slick-list, .imm-testimonial-wrapper .testimonial-wrapper .slick-track {
  height: 100%;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content, .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-image {
  width: 50%;
  -webkit-flex: 1 50%;
  flex: 1 50%;
}

.imm-testimonial-wrapper .testimonial-wrapper .slick-dots-wrapper {
  position: relative;
  width: 50%;
  margin-top: -50px;
}

.imm-testimonial-wrapper .testimonial-wrapper .slick-dots {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image {
  height: 100%;
  position: relative;
  width: 50%;
  right: 0;
  z-index: -1;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .content-wrapper {
  width: 100%;
  position: relative;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .inner {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 100%;
  z-index: 1;
  left: -1px;
  background-image: linear-gradient(to right, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.987) 8.1%, hsla(0, 0%, 100%, 0.951) 15.5%, hsla(0, 0%, 100%, 0.896) 22.5%, hsla(0, 0%, 100%, 0.825) 29%, hsla(0, 0%, 100%, 0.741) 35.3%, hsla(0, 0%, 100%, 0.648) 41.2%, hsla(0, 0%, 100%, 0.55) 47.1%, hsla(0, 0%, 100%, 0.45) 52.9%, hsla(0, 0%, 100%, 0.352) 58.8%, hsla(0, 0%, 100%, 0.259) 64.7%, hsla(0, 0%, 100%, 0.175) 71%, hsla(0, 0%, 100%, 0.104) 77.5%, hsla(0, 0%, 100%, 0.049) 84.5%, hsla(0, 0%, 100%, 0.013) 91.9%, hsla(0, 0%, 100%, 0) 100%);
  right: calc(100% - 110px);
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item {
  display: inline-block;
  height: 100%;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content {
  padding-right: 50px;
  position: relative;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-title {
  color: #343434;
  font-size: 40px;
  line-height: 1;
  padding: 30px 0
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-title span {
  display: block
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-text, .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-desk {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 30px;
}

.imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .testimonial-name {
  font-size: 24px;
}

@media (max-width: 991px) {
  .imm-testimonial-wrapper {
    height: auto;
  }

  .imm-testimonial-wrapper .testimonial-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 35px;
    text-transform: uppercase;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content,
  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-image {
    -webkit-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content {
    padding-right: 0;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-item .testimonial-content .inner {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    -webkit-transform: none;
    transform: none;
    padding: 30px;
  }

  .imm-testimonial-wrapper .slick-slider {
    overflow-x: unset;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .slick-dots-wrapper {
    margin-top: 0;
    width: calc(100% - 60px);
    left: 30px;
    z-index: 9999
  }

  .imm-testimonial-wrapper .testimonial-wrapper .slick-dots {
    width: calc(100% - 30px);
    position: relative;
    margin-left: 30px;
    top: unset;
    left: unset;
    -webkit-transform: none;
    transform: none;
  }

  .imm-testimonial-wrapper .testimonial-wrapper .testimonial-wrap .testimonial-image:before {
    width: 100%;
    bottom: -1px;
    height: 100px;
    background-image: linear-gradient(to top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.987) 8.1%, hsla(0, 0%, 100%, 0.951) 15.5%, hsla(0, 0%, 100%, 0.896) 22.5%, hsla(0, 0%, 100%, 0.825) 29%, hsla(0, 0%, 100%, 0.741) 35.3%, hsla(0, 0%, 100%, 0.648) 41.2%, hsla(0, 0%, 100%, 0.55) 47.1%, hsla(0, 0%, 100%, 0.45) 52.9%, hsla(0, 0%, 100%, 0.352) 58.8%, hsla(0, 0%, 100%, 0.259) 64.7%, hsla(0, 0%, 100%, 0.175) 71%, hsla(0, 0%, 100%, 0.104) 77.5%, hsla(0, 0%, 100%, 0.049) 84.5%, hsla(0, 0%, 100%, 0.013) 91.9%, hsla(0, 0%, 100%, 0) 100%);
  }
}
