body.widget-snippet .testimonial-area .full-area .item .single-item .top-text p,
body.widget-snippet .testimonial-area .full-area .item .single-item .bottom-text p{
opacity:unset;
}
.testimonial-area{
  background: #F4E6ED;
  padding: 95px 0 130px;
}
.testimonial-area .full-area{
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-area .full-area h2{
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0 0 45px;
  font-family: 'Baskervville', serif;
  text-align: center;
}
.testimonial-area .full-area .item{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-gap: 34px;
}
.testimonial-area .full-area .item .single-item{
  background: #FBF5F8;
  padding: 180px 33px 60px;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}
.testimonial-area .full-area .item .single-item:before{
  background:url('/template/668f1618/images/testimonial-icon.svg') no-repeat;
  content:'';
  position: absolute;
  top: 75px;
  left: 50%;
  width: 53px;
  height: 53px;
  transform: translateX(-50%);
}
.testimonial-area .full-area .item .single-item .top-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.testimonial-area .full-area .item .single-item .top-text p{
  color: #000;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.48px;
  padding: 0 0 30px;
  opacity: 0.8;
}
.testimonial-area .full-area .item .single-item .bottom-text h4{
  color: #95185B;
  text-align: center;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.578px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 5px;
}
.testimonial-area .full-area .item .single-item .bottom-text p{
  color: #000;
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.42px;
  opacity: 0.5;
  padding: 0;
  margin: 0;
}
.testimonial-area .full-area .all-testimonial-link a{
  color: #95185B;
  text-align: right;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.48px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}
.testimonial-area .full-area .all-testimonial-link{
  max-width: 200px;
  margin: 0 auto;
}
.testimonial-area .full-area .all-testimonial-link a:hover{
  color: #000;
}
.testimonial-area .full-area .all-testimonial-link a:before{
  content: '';
  position: absolute;
  width: 22px;
  height: 20px;
  top: 5px;
  right: -35px;
  left:auto;
  background-repeat: no-repeat;
  background-image: url(/template/668f1618/images/right-arrow.svg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.testimonial-area .full-area .all-testimonial-link a:hover:before{
  background-position: 0 -87px;
}
