.patron {
    display: inline-block;
}

.patron-img {
    /* width: 200px;
    height: 210px; */
    background-color: transparent;
}

.patron-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.patron-caption {
    text-align: center;
}

.patron-caption h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    margin: 8px;
}

.patron-caption p {
    font-style: italic;
    margin: 8px;
}