.block9-5-slider-wrap {
    position: relative;
}
.block9-5-slider {
    margin-left: -16px;
    margin-right: -16px;
}

.block9-5-slide-wrap {
    padding: 0 16px;
}
.block9-5 .employee {
    border: 2px solid #ececec;
    border-radius: 15px;
    background-color: #ffffffc9;
    padding: 40px;
    height: 100%;
}

.block9-5 .employee-info-wrap {
    display: flex;
}
.block9-5 .employee-info {
    word-break: break-word;
}
.block9-5 .employee-photo-wrap {
    margin-right: 30px;
}
.block9-5 .employee-photo {
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.block9-5 .employee-post {
    font-size: 15px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 3px;
}
.block9-5 .employee-name {
    font-size: 20px;
    line-height: 27px;
    color: #333333;
}
.block9-5 .employee-desc {
    margin-top: 32px;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

.block9-5 .employee-props {
    margin-top: 12px;
    display: flex;
}
.block9-5 .employee-prop {
    margin-right: 37px;
}
.block9-5 .employee-prop-name {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-top: 3px;
}
.block9-5 .employee-prop-value {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    display: block;
}

.block9-5 .employee-socials {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 17px;
}
.block9-5 .employee-socials a {
    width: 19px;
    height: 19px;
    position: relative;
    color: #b8b8b8;
    margin-right: 25px;
}
.block9-5 .employee-socials a:hover {
    opacity: 1;
}
.block9-5 .employee-socials a > svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.block9-5 .slick-dots {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}
.block9-5 .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}
.block9-5 .slick-dots li:not(.slick-active) {
    background-color: #cccccc;
}
.block9-5 .slick-dots li > button {
    display: none;
}

.block9-5 .slick-arrow {
    position: absolute;
    top: calc(50% - 34px);
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1;
}
.block9-5 .slick-arrow svg {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
}
.block9-5 .slick-arrow.arrow-prev {
    left: -20px;
}
.block9-5 .slick-arrow.arrow-next {
    right: -20px;
}

.block9-5-oneslide .slick-dots {
    display: none !important;
}

@media (max-width: 767px) {
    .block9-5 .employee {
        padding: 30px;
    }
    .block9-5 .employee-info-wrap {
        flex-wrap: wrap;
    }
    .block9-5 .employee-info {
        width: 100%;
    }
    .block9-5 .employee-props {
        flex-wrap: wrap;
    }
    .block9-5 .employee-prop {
        margin-right: 0;
        width: 100%;
    }
    .block9-5 .employee-post,
    .block9-5 .employee-name,
    .block9-5 .employee-prop-name,
    .block9-5 .employee-prop-value {
        text-align: center;
    }
    .block9-5 .employee-photo-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .block9-5 .employee-photo {
        width: 260px;
        height: 260px;
        margin: 0 auto;
    }
    .block9-5 .employee-socials {
        justify-content: center;
    }
    .block9-5 .employee-socials a {
        margin: 0 10px;
    }

    .block9-5 .slick-arrow {
        display: none !important;
    }

    .block9-5 .slick-list {
        padding-right: 38px;
    }
    .block9-5-slide-wrap {
        padding-left: 16px;
    }
    .block9-5-slider {
        margin-left: -20px;
        margin-right: -20px;
    }

    .block9-5-oneslide .slick-list {
        padding-right: 0 !important;
    }
    .block9-5-oneslide .block9-5-slide-wrap {
        padding: 0 16px !important;
    }
}
@media (max-width: 395px) {
    .block9-5 .employee-photo-wrap {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }
    .block9-5 .employee-photo {
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        width: unset;
        height: unset;
    }
}
