.leading-pic {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 20px;
    margin-left: 35px;
}
.leading-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.more-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 13px;
    color: #018349;
}
.more-link__icon {
    width: 19px;
    margin-left: 7px;
}
.more-link__icon img {
    display: block;
    width: 100%;
    height: auto;
}
.leading-modal {
    display: flex;
    jus
}
.leading-pic_modal {
    width: 193px;
    height: 193px;
    margin-left: 0;
}



.leading-pic {
    width: 172.41px;
    height: 172.41px;
    border-radius: 50%;
    overflow: hidden;
}

.leading-pic_modal {
    width: 193px;
    height: 193px;
    margin-bottom: 38px;
    margin-left: 0 !important;
}

.leading-pic_modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leading-modal__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 21px;
    text-align: center;
}

.leading-modal__position {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: center;
}

.leading-modal {
    display: flex;
    justify-content: space-between;
    padding: 65px 20px;
}

.leading-modal__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    max-width: 226px;
}

.leading-modal__content {
    max-width: 687px;
    width: 68%;
}

.modal-dialog.modal-xl {
    max-width: 1140px;
    max-height: none;
}


.years-list {
    display: flex;
    flex-direction: column;
}

.years-list__item {
    margin-bottom: 38px;
}

.years-list__item:last-child {
    margin-bottom: 0;
}

.years-list__date {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
}

.years-list__text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
}


/* Responsive */

@media screen and (max-width: 1190px) {
    .modal-dialog.modal-xl {
        max-width: 980px;
    }

}


@media screen and (max-width: 1024px) {

    .modal-dialog.modal-xl {
        max-width: 640px;
    }

    .leading-modal {
        padding: 20px 0;
        flex-direction: column;
    }

    .leading-pic_modal {
        margin-bottom: 15px;
    }

    .leading-modal__col {
        margin-bottom: 25px;
    }

    .leading-modal__name {
        margin-bottom: 5px;
    }

    .leading-modal__col {
        max-width: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .leading-modal__content {
        max-width: none;
        width: 100%;
    }

    .years-list__item {
        margin-bottom: 10px;
    }
}

