.bh-block-related-content__people-carousel {

    margin-top: 4rem;
}

.bh-block-related-content__people-carousel .bh-block-related-content__people-carousel__slide {
    width: 100vw;
}

.bh-block-related-content__people-carousel article {
    max-width: 1000px;
    margin: 0 auto;

}


.bh-block-related-content__people-carousel article .bh-block-related-content__people-carousel__wrapper {
    display: flex;
    gap: 2rem;
}

.bh-block-related-content__people-carousel article .post-thumbnail {
    width: 50%;
}

.bh-block-related-content__people-carousel article .post-thumbnail img {
    width: 100%;
    height: auto;
}

.bh-block-related-content__people-carousel article .article-content hr {
    margin: 1rem 0;
}

.bh-block-related-content__people-carousel article .article-content .contacts {
    margin-top: 2rem;
}

.bh-block-related-content__people-carousel article .article-content .contacts li {
    display: flex;
    align-items: center;
}

.bh-block-related-content__people-carousel article .article-content .contacts li::before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    margin-right: 1rem;

}

.bh-block-related-content__people-carousel article .article-content .contacts li.email::before {
    content: "\f0e0";
}

.bh-block-related-content__people-carousel article .article-content .contacts li.tel::before {
    content: "\f095";
}

/**
 * Dots
 */

.bh-block-related-content__people-carousel__dots {
    margin-top: 5rem;
    width: 100vw;
    margin-left: calc(-50vw + 1300px / 2);

}

.bh-block-related-content__people-carousel__dots article.slick-current {
    position: relative;
}

.bh-block-related-content__people-carousel__dots article.slick-current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 6px;
    background-color: #C4D600;
}

.bh-block-related-content__people-carousel__dots article {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bh-block-related-content__people-carousel__dots article .is-style-button-outline-black {
    display: none;
}

.bh-block-related-content__people-carousel__dots article .bh-block-related-content__people-carousel__wrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.bh-block-related-content__people-carousel__dots article .post-thumbnail {

    overflow: hidden;
}

.bh-block-related-content__people-carousel__dots article .post-thumbnail img {

    width: 125px;
    height: 125px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 100%;
}

.bh-block-related-content__people-carousel__dots article .article-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bh-block-related-content__people-carousel__dots article .article-content hr {
    display: none;
}

.bh-block-related-content__people-carousel__dots article .article-content h4 {
    font-size: 1rem;
    font-family: bh-medium;
}

.bh-block-related-content__people-carousel__dots article .article-content h6 {
    font-size: 1rem;
    font-family: bh-light;
}

.bh-block-related-content__people-carousel__dots article .article-content .contacts {
    display: none;
}

.bh-block-related-content__people-carousel__btn-wrap {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.bh-block-related-content__people-carousel__btn-wrap button {
    background: none;
    border: none;
}

.bh-block-related-content__people-carousel__btn-wrap button::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    padding: 0 1rem;

}

.bh-block-related-content__people-carousel__btn-wrap button.prev-btn::before {
    content: "\f060";
}

.bh-block-related-content__people-carousel__btn-wrap button.next-btn::before {
    content: "\f061";
}

/**
Mobile
 */

@media screen and (min-width:768px) and (max-width:1023px) {
    .bh-block-related-content__people-carousel article {
        max-width: 90vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {

    .bh-block-related-content__people-carousel article .bh-block-related-content__people-carousel__wrapper {
        flex-direction: column;
        max-width: 90vw;
        margin: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    .bh-block-related-content__people-carousel article .post-thumbnail {
        width: 100%;
    }

    .bh-block-related-content__people-carousel article .article-content .contacts {
        margin-top: 0;
    }

    /**
    dots
    **/
    .bh-block-related-content__people-carousel__dots article .post-thumbnail img {
        width: 100px;
        height: 100px;
    }

    .bh-block-related-content__people-carousel__dots article h6 {
        display: none;
    }
}