.testimonial-image{
    background-color: #fff;
    width: 20%;
    height: 100%;
    min-height: 15rem;
    justify-content: center;
    align-content: center;
}
.testimonial-content{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: center;
    text-align: center;
}
.testimonial-content p{
    width:90%;
    height: 80%;
    line-height: 1.5;
    margin-top: 15px;
    margin-left: 0;
    padding:10px 30px 0 10px;
    color: #777;
    font-size: 14px;
    font-style: italic;
}
.hose-testimonial-meta{
    display: block;
    line-height: 1.8em;
    gap: 0.5rem;
    padding: 10px 30px 0 10px;
    margin: 0;
    justify-content: center;
    align-content: center;
    width: 90%;
}
.hose-testimonial-name{
    font-size: 1.3em;
    color: #004F98;
}
.hose-testimonial-link{
    font-weight: bold;
}