#poh-doctor-switcher-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#poh-doctor-switcher-cards-container .poh-doctor-switcher-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#poh-doctor-switcher-cards-container .poh-doctor-switcher-card a {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}