.testimonial{
    border-bottom: 2px solid rgb(209, 209, 209);
    padding: 5px;
    background: rgb(250, 250, 250);
    margin-bottom: 20px;
    border-radius: 8px;
    color: #111;
    margin-top: 20px;
}

.testimonial-title{
    margin-bottom: 20px;
    font-weight: bold;
    background-color: #d7d7d6;
    padding: 8px;
    border-radius: 8px;
}
