.liste-details-patient {
    width: 80%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 180px 0;
    justify-content: center;
}
.title-team {
    display: block;
    font-size: 22px;
    color: black;
    font-family: 'Antipasto Pro';
    font-weight: 600;
    text-align: center;
}
.specialiste-team p {
    margin: 0;
    display: block;
    font-size: 14px;
    color: black;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 300;
    opacity: 1.5;
    padding-top: 3px;
}
.boximg-patient img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.team-block {
    border-bottom: 1px solid #1276ae;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
.liste-details-patient {
    width: 90%;
}
}
@media screen and (max-width: 991px) {
.sidebar-link {
    display: flex;
    flex-wrap: wrap;
}
.team-block {
    border-bottom: 0;
    width: 50%;
    padding: 20px 15px;
}
.liste-details-patient {
    width: 100%;
    padding: 135px 15px;
}
}
@media screen and (max-width: 767px) {
.liste-details-patient {
    padding: 120px 0;
}
}
