.theTeam {
    margin-top: 20px;
    border-bottom: 1px solid transparent;
}

.theTeam .member {
    margin-bottom: 60px;
}

.theTeam .memberDetails {
    margin-bottom: 25px;
}

.theTeam .avatar img {
    margin-bottom: 20px;
    width: 100%;
}

.theTeam .member h3 {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.theTeam .user-social {
    margin-bottom: 4px;
}

.theTeam .user-social a {
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
}

.theTeam .user-social a:hover path {
    fill: #C64D00;
}

.theTeam .location {
    margin-bottom: 15px;
    font-size: 13px;
    color: #6A6A6A;
}

.theTeam .location svg {
    display: none;
}

.theTeam .items-swiper,
.theTeam .articles-swiper {
    overflow: visible;
}

.theTeam .items {
    position: relative;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.35;
}

.theTeam .items .items-swiper-nav {
    display: none;
}

.theTeam .items .items-swiper-nav {
    position: absolute;
    top: -10px;
    right: 10px;
    display: block;
}

.theTeam .items .items-swiper-nav button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 3px 1px #b3b3b3;
    background-repeat: no-repeat;
    background-position: center;
}

.theTeam .items .items-swiper-nav .items-swiper-nav-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12L1 6.5L7 1' stroke='%235A5A5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.theTeam .items .items-swiper-nav .items-swiper-nav-next {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 0.999999L7 6.5L0.999998 12' stroke='%235A5A5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.theTeam .items .items-swiper-nav-prev {
    margin-right: 10px;
}

.theTeam .items .items-swiper-nav .items-swiper-nav-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12L1 6.5L7 1' stroke='%23cc6633' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.theTeam .items .items-swiper-nav .items-swiper-nav-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 0.999999L7 6.5L0.999998 12' stroke='%23cc6633' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.theTeam .items button.items-swiper-nav-prev.swiper-button-disabled,
.theTeam .items button.swiper-button-disabled.items-swiper-nav-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12L1 6.5L7 1' stroke='%23b3b3b3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}

.theTeam .items button.swiper-button-disabled.items-swiper-nav-next,
.theTeam .items button.swiper-button-disabled.items-swiper-nav-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 0.999999L7 6.5L0.999998 12' stroke='%23b3b3b3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.theTeam .items .swiper-slide {
    padding: 2px;
}

.theTeam .items a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 1px 1px #ebebeb;
    background-color: #FFFFFF;
}

.theTeam .items ,
.theTeam .articles {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 15px 0;
}

.theTeam .articles a:hover {
    text-decoration: none;
    color: #000000;
}

.theTeam .articles img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 5s;
}

.theTeam .articles a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) -2.69%, rgba(24, 28, 28, 0) 74.19%);
    background-blend-mode: normal, multiply;
}

.theTeam .articles .articles-title-wrap {
    position: absolute;
    bottom: 0px;
    padding: 8px 14px;
    color: #fff;
    z-index: 2;
}

.theTeam .articles .articles-title {
    position: relative;
    margin-bottom: 6px;
    min-height: 38px;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 700;
}

.theTeam .articles .articles-title::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
}

.theTeam .articles .articles-time {
    margin: 0 15px 0 0;
    display: inline-block;
    font-weight: 600;
}

.theTeam .articles .swiper-wrapper {
    margin-bottom: 20px;
}

.theTeam .articles .swiper-scrollbar {
    height: 5px;
}

.theTeam .articles .swiper-scrollbar-drag {
    background-color: #C64D00;
    cursor: pointer;
}

@media (min-width: 560px) {
    .theTeam .items a {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .theTeam .member {
        margin-bottom: 100px;
    }

    .theTeam .member h3 {
        font-size: 28px;
    }

    .theTeam .memberDetails {
        display: grid;
        grid-template-columns: 1fr 2.5fr;
        gap: 3%;
    }

    .theTeam .descr {
        margin-bottom: 20px;
    }

    .theTeam .location {
        display: grid;
        grid-template-columns: 32px 1fr;
        align-items: end;
    }

    .theTeam .location svg {
        display: block;
        align-self: start;
    }

    .theTeam .articles .swiper-wrapper {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .theTeam .descr {
        font-size: 16px;
    }

    .theTeam .items .swiper-slide {
        padding: 7px;
    }

    .theTeam .items a:hover {
        box-shadow: 0 0 10px 3px #ebebeb;
        text-decoration: none;
        color: #000000;
    }

    .theTeam .articles-img-wrap {
        overflow: hidden;
    }

    .theTeam .articles .swiper-slide:hover img {
        transform: scale(1.05);
    }

    .theTeam .articles .articles-title {
        font-size: 15px;
    }

    .theTeam .articles .swiper-slide:hover .articles-title {
        color: #C64D00;
    }
}

@media (min-width: 1200px) {
    .theTeam .items .items-swiper-nav {
        top: -18px;
        right: 10px;
    }

    .theTeam .items .items-swiper-nav button {
        width: 40px;
        height: 40px;
    }

    .theTeam .items .items-swiper-nav button:hover svg {
        stroke: #C64D00;
    }

    .theTeam .items button.swiper-button-disabled svg,
    .theTeam .items button.swiper-button-disabled:hover svg{
        stroke: #b3b3b3;
    }
}