.doctor-content {
    padding: 1.25rem;
    transition: all .3s ease;
}
.doctor-content:hover {
    margin-top: 3.25rem !important;
}
.doctor-content img {
    margin-top: -75px;
    height: 150px;
    width: 100%;
}
.doctor-content .doctor-info {
    text-align: center !important;
    font-size: .9rem;
    color: #333333;
}
.doctor-content .btn-link {
    padding: .5rem 1.25rem;
    font-size: .9rem;
}
.doctor-content .btn-link:hover {
    background: var(--text-color);
    color: #FFFFFF;
}
