
.img-testimonial {
    padding: 5px 5px 5px 5px !important;
    /* height: 160px !important; */
    border: none !important;
}

.search-row:nth-child(even) {
    background: var(--color-grey);
}

.search-row:nth-child(odd) {
    background: var(--color-white);
}

.search-row:nth-last-child(2) {
    border-bottom: 1px solid black;
}

.thumb-post {
    /* object-fit: none; 
    object-position: center;  */
    /*width: 100%;*/
    height: 100%;
    max-height: 110px;
}

.testimonials .blockquote {
    position: relative;
    background: var(--color-lightgrey);
    min-height: 130px;
    /*margin-top: 20px;
    margin-bottom: 10px;*/
    border: 0px;
    /*border-radius: 10px;*/
}

  /*.testimonials .blockquote:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #007bff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .testimonials .blockquote:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    border-top: 9px solid white;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  
  .testimonials .blockquote img {
    height: 70px;
    width: 70px;
    position: absolute;
    border: 1px solid #ecedf1;
    background: white;
    bottom: -80px;
    left: 50%;
    margin-left: -35px;
  }*/
  
  .blockquote p.clients-words {
      font-size: .75em;
      font-weight: 400;
  }

span.clients-name {
    display: block;
    font-size: .65em;
    background: var(--color-darkGrey);
    margin-top: .8em;
    /*position: absolute;
    bottom: 10px;
    right: 10px;*/
}



@media (max-width: 767px) {
    .thumb-post {
        width: 100%;
        height: auto;
        padding-right: 0px;
        max-height: 100%;
    }

    .search-row:nth-child(n) {
        background-color: var(--color-white);
    }

    .img-search {
        padding-left: 0 !important;
    }
}