table {
    width: 100%;
    font-size: 24px;
}

tr:nth-of-type(4n) td {
    border-bottom: none;
}

td {
    height: 225px;
    padding: 10px;
    border-bottom: 1px dashed black;
}

td {
    width: 50%;
    vertical-align: middle;
}

td:first-of-type .client-title {
    font-size: 26px;
    font-weight: bold;
}

td:last-of-type {
    text-align: right;
}

td:nth-of-type(2) {
    text-align: center;
}

img {
    height: 150px;
    max-width: 250px;
}
