/* .treatmentOptions {
    width: 100vw;
    max-width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
} */

/* Each row = flex row */
.treatmentRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.treatmentRow a {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Column proportions: 41.67% → 16.66% → 41.67% */
.treatmentRow a:nth-child(1) {
    width: 41.67%;
}

.treatmentRow a:nth-child(2) {
    width: 16.66%;
}

.treatmentRow a:nth-child(3) {
    width: 41.67%;
}

/* Images scale perfectly */
.treatmentRow img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}
