.wrapper-push-testimonial {
  position: relative;
  padding-top: 46px;
  padding-top: 2.875rem;
}

@media (min-width: 992px) {
  .wrapper-push-testimonial {
    padding-top: 55px;
    padding-top: 3.4375rem;
  }
}

.push-temoin {
  position: relative;
  padding: 40px 25px 20px 25px;
  padding: 2.5rem 1.5625rem 1.25rem 1.5625rem;
  border: 1px solid #952D98;
  border: 0.0625rem solid #952D98;
  width: 100%;
  border-radius: 20px;
  border-radius: 1.25rem;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
}

@media (min-width: 992px) {
  .push-temoin {
    padding: 50px 41px 20px 41px;
    padding: 3.125rem 2.5625rem 1.25rem 2.5625rem;
  }
  .push-temoin_intro {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}

.push-temoin_intro {
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
  line-height: 1.5rem;
  opacity: .7;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.push-temoin_image {
  background-color: white;
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: 0;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 0.8px solid #952D98;
  border: 0.05rem solid #952D98;
  padding: .9px;
  padding: 0.05625rem;
}

@media (min-width: 992px) {
  .push-temoin_image {
    left: 40px;
    left: 2.5rem;
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
  }
}

.push-temoin_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0 !important;
}

.push-temoin:after {
  position: absolute;
  bottom: -35px;
  bottom: -2.1875rem;
  right: -5px;
  right: -0.3125rem;
  content: "\e984";
  font-family: 'vactory';
  font-size: 100px;
  font-size: 6.25rem;
  color: #952D98;
  opacity: 0.05;
}

.push-temoin:hover {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}
