.nurse_content h4{
margin-top: 0px !important;
border-bottom: 0px !important;
padding-bottom: 0px !important;
}

.nurses{
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px dashed #ccc;
text-align: center;
}


@media screen and (min-width: 768px) {
    .nurses{
        text-align: left;
}
}

.nurse_img img{
margin-bottom: 10px;
    border-radius: 50% 50%;

}

.nurse_img{
text-align: center;
}

.nurse_empty_image .fa{
vertical-align: top;
font-size: 6em;
}

.nurse_img > a {
    display: block;
}