#poh-doctor-switcher {
    overflow: hidden;
 }

.poh-doctor-switcher-slide-container {
    display: flex;
    transition: transform .75s ease-in-out;
}

.poh-doctor-switcher-slide {
    min-width: 100%;
    position: relative;
    display: flex;
}

.poh-doctor-switcher-slide .poh-doctor-switcher-left-arrow, .poh-doctor-switcher-slide .poh-doctor-switcher-right-arrow {
    border-radius: 50%;
    cursor: pointer;
    height: fit-content;
}

.poh-doctor-switcher-slide .poh-doctor-switcher-dr-image {
    background-size: cover;
    background-position: top;
}

.poh-doctor-switcher-slide h2 {
    margin-top: 0;
    margin-bottom: 3%;
}

.poh-doctor-switcher-slide .poh-doctor-switcher-divider {
    height: 4px;
    width: 65%;
    margin: 4% 0;
}

.poh-doctor-switcher-slide h3 {
    margin-top: 0;
    margin-bottom: 2%;
}

.poh-doctor-switcher-divider-image {
    width: 30%;
    margin: 4% 0;
}

.poh-doctor-switcher-slide p {
    margin: 0;
    padding: 0;
}

.poh-doctor-switcher-slide .poh-doctor-switcher-learn-more-link {
    margin-top: 3%;
    margin-bottom: 3%;
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    width: fit-content;
}

.poh-doctor-switcher-slide .poh-doctor-switcher-learn-more-link i {
    margin-left: 4px;
    margin-bottom: 1px;
}

.poh-doctor-switcher-slide .poh-doctor-switcher-button-container {
    display: flex;
    gap: 3%;
    position: relative;
}

.poh-doctor-switcher-slide button {
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.poh-doctor-switcher-slide button.poh-doctor-switcher-active:hover {
    cursor: default;
}
