.three-col-testimonial {
  padding: 80px 0 100px; 
  background: #f7fcfe;
}

.three-col-testimonial .title-area {
  text-align: center;
  margin-bottom: 60px;
}

.three-col-testimonial .title-area h2 {
  color: #004186;
  font-size: 26px;
  font-weight: 700;
}

.three-col-testimonial .testi-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 80px;
}

.three-col-testimonial .testi-wrap .testi-card {
  width: 31.5%;
}

.testi-card .inner-wrap {
  box-shadow: 0 8px 40px #2a8fd61c !important;
  margin: 0 1.5%;
  padding: 30px; 
  text-align: center;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.testi-card .inner-wrap .rating-area {  
  margin-bottom: 15px;
}

.rating-area span {
  color: #05a1e3;
  font-size: 30px;
  margin: 0 2px;
  display: inline-block;
}

.testi-card .inner-wrap p.testi-text {
  color: #48606a;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 40px;
}

.testi-card .inner-wrap p.testi-author {
  color: #aeb6ba;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2; 
}

.three-col-testimonial.invert .title-area h2 {
  color: #fff;
}

.three-col-testimonial.invert {
  background: #0063a3;
}

@media (max-width: 991px) {
  .three-col-testimonial .testi-wrap .testi-card {
    width: 100%; 
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {

  .three-col-testimonial .testi-wrap {
    flex-direction: column;
    padding: 0;
  }

  .
}
