.digifox-testimonial {
  position: relative;
  /*margin-bottom: 0 !important;*/
      /*background: #fefefe;*/
}

/*.home .digifox-testimonial {
      background: #fefefe;
}*/



/*.digifox-testimonial .banner-testimonial {
  border-top: 1px solid #dddddd !important;
}*/

.digifox-testimonial .slick-prev
{
    /*left: 25px;*/
    left: -10px;
    z-index: 999
}

.digifox-testimonial .slick-next
{
    /*right: -25px;*/
    /*right: 25px;*/
    right: -10px;
    z-index: 999
}
/* ======================================= */
/* === THEME UPDATE: ARROW POSITION === */
.digifox-testimonial .slick-dots {
  bottom: 25px;
}





/*.slick-dotted.testimonial
{
    margin-bottom: 0 !important;
}*/

/*.testimonial
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}*/




.grid-testimonial {
  display: grid;
  grid-gap: 1em;
  align-items: center;
  justify-items: center;
}

.grid-testimonial .box-img {
  order: 2 !important;
}


.grid-testimonial .box {
  padding: 1rem 2rem;
  text-align: left;
}

.grid-testimonial .img_wrapper {
  display: block;
  position: relative;
  width: 154px;
  height: 154px;
  box-sizing: border-box;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  margin: 0 auto 1em;
}

.grid-testimonial .img_wrapper img {
  position: absolute;
  top: 2px; 
  left: 2px; 
  width: 150px;
  height: 150px;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
/*  border-width: 2px;
  border-style: solid;
  border-color: #da241a; 
  max-width: 140px;*/
}

.grid-testimonial .description {
  font-style: italic;
  font-size: 1.2em;
  padding-bottom: 0.5em;
  text-align: center;
}

.grid-testimonial .name {
  font-weight: bold;
  font-size:1.1em;
  text-align: center;
}

.grid-testimonial .title,
.grid-testimonial .company {
  text-align: center;
}