.documents_doctor .documents__title {
    margin-bottom: 70px;
}

.documents__wrapper {
    margin-bottom: 70px;
}

.documents_doctor .documents__wrapper {
    margin-bottom: 0;
}

.document__img {
    max-height: 475px;
    border-radius: 10px;
    height: initial!important;
    width: 100%!important;
}

.documents__more-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 14.5px 38.5px;
    min-width: 250px;
}

@media (max-width: 1024px) {
    .documents__wrapper {
        margin-bottom: 30px;
    }

    .documents__slider {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .documents_doctor .documents__title {
        margin-bottom: 50px;
    }
}