.testimony .htmlText:hover {
    box-shadow: 0 8px 30px -7px #9cabb7;
}
.testimony .htmlText h3 {
    font-family: "Montserrat", sans-serif;
}
.testimony .htmlText p {
    font-family: "Open Sans", sans-serif;
}
.testimony .htmlText {
    padding: 26px;
    box-shadow: none;
    width: 90%;
    margin: 10px auto;
    border-radius: 10px;
    transition: all .5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    position: relative;
    border: solid 1px #c7bdbd;
    background: #fff;
    z-index: 999;
}