/* testimonial card group */
.card-testimonial-group .card-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-testimonial-group .card {
  background-color: transparent;
  background-clip: inherit;
  border: none;
}

.card-testimonial-group .card .card-body {
  position: relative;
  padding: 3rem 2rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border-radius: 0.875rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.04);
  height: 240px;
}

.card-testimonial-group .card .card-body:after {
  content: " ";
  position: absolute;
  bottom: 16%;
  left: 20%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #fff;
  margin-left: -12px;
}

.card-testimonial-group .card .card-footer {
  background-color: transparent;
  border: none;
}

.card-testimonial-group .card .card-img {
  width: 33%;
  margin-bottom: 1.5rem;
  border-radius: 0;
}

.card-testimonial-group .card .author {
  line-height: 1;
}

.card-testimonial-group .card .author picture,
.card-testimonial-group .card .author img {
  max-width: 1.8rem;
}


.card-testimonial-group .card .author picture,
.card-testimonial-group .card .author img {
  height: auto;
  border-radius: 6px;
}

.card-testimonial-group .card .card-img {
  height: auto;
  display: block;
}

.card-testimonial-group .card .card-img>img {
  display: block;
  width: 100%;
  height: auto;
}

.card-testimonial-group .card .card-text {
  font-size: 12px;
  text-align: justify;
}

.card-testimonial-group .card .card-text p {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .card-testimonial-group .card .card-body:after {
    display: none !important;   
}

.card-testimonial-group > .col > .card {
    height: 100%;   
}
}