.centered {
    text-align: center;
}

.cleared {
    clear: both;
}

.img-right {
    float: right;
    padding: 10px;
}

.img-left {
    float: left;
    padding: 10px;
}

.col2 {
    width: 50%;
    float: left;
}

.staff-member__image {
    background-position: top;
}

a[href^="tel"] {
    pointer-events: auto;
}

@media (max-width: 767px) {
.img-right, .img-left {
    float: none;
}

.col2 {
    width: 100%;
    float: none;
}
}