.testi-desc {
  margin: 5vw 20%;
}

.star-gold {
  color: gold;
}

.star-fade {
  color: lightgray;
}

.testi-seperator {
  margin: 40px 20%;
  clear: both;
}

.testi-img {
  width: 120px;
  margin: 0px 20px 20px 20px;
  border: 7px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.2s;
}

.set-right {
  float: right;
}

.set-left {
  float: left;
}

.cust-tag {
  color: #abb2b9;
  font-style: italic;
}

.cust-contact {
  color: #2e86c1;
  font-style: normal;
}

/* trial page */

.para-text {
  font-size: 0.9rem;
}

.trial-banner {
  background-image: linear-gradient(60deg, transparent 60%, lightblue 99%);

  background-repeat: no-repeat;
  /* background-size: 100vw 100vh; */
  /* background-size: 100vw 100%; */
}

@media (min-width: 992px) {
  .testi-img:hover {
    width: 200px;
    margin-top: -0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}
