.experts-team {
    padding-top: 100px;
}
.experts-team__title {
    margin-bottom: 2.5rem;
}
.experts-team__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.experts-team__left {
    width: 39.25rem;
    padding-right: 2.5rem;
}
.experts-team__right {
    /*width: 50.75rem;*/
    width: calc(100% - 39.25rem);
}

.experts-team__image {
    width: 36.75rem;
    height: 31.875rem;
    flex: 0 0 auto;
    position: relative;
}
.experts-team__image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 14.375rem;
    background: linear-gradient(180deg, #FF6900 3.18%, #141517 98.8%);
    border-radius: 4.375rem;
    z-index: 1;
}
.experts-team__image picture {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
.experts-team__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    position: relative;
}
.experts-team__employee {
    display: flex;
    flex-direction: column;
    margin-top: 1.75rem;
    gap: 0.5rem;
}
.experts-team__name {
    font-size: 1.875rem;
    color: #141517;
    font-weight: 300;
}
.experts-team__job {
    font-weight: 400;
    color: #FF6900;
    font-size: 1.125rem;
}
.experts-team__btn {
    cursor: pointer;
    width: 100%;
}
.btn:not(.btn-show-case).experts-team__btn {
    justify-content: center;
    padding: 0.625rem 1.25rem;
    border-radius: 1rem;
}
@media (min-width: 1500px) {
    .btn:not(.btn-show-case).experts-team__btn svg.icon-small {
        right: 5.125rem;
    }
}
@media (min-width: 1366px) and (max-width: 1499px){
    .btn:not(.btn-show-case).experts-team__btn svg.icon-small {
        right: 3.25rem;
    }
}
@media (min-width: 1281px) and (max-width: 1365px){
    .btn:not(.btn-show-case).experts-team__btn svg.icon-small {
        right: 2.125rem;
    }
}
@media (min-width: 768px) {
    .experts-team__pagination {
        display: none;
    }
}
@media (max-width: 1280px){
    .experts-team__wrapper {
        flex-direction: column;
        justify-content: unset;
    }
    .experts-team__left {
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-direction: column-reverse;
        gap: 1.25rem;
    }
    .experts-team__right {
        width: 100%;
    }
    .experts-team__image {
        width: 100%;
    }
    .experts-team__employee {
        margin-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 1280px){
    .experts-team__wrapper {
        gap: 1.5rem;
    }
    .experts-team__image {
        height: 37.25rem;
    }
    .experts-team__skill-text {
        font-weight: 500;
        line-height: 130%;
    }
    .btn:not(.btn-show-case).experts-team__btn svg.icon-small {
        right: 3.5rem;
    }
}
@media (max-width: 767px) {
    .experts-team {
        margin-bottom: 3.75rem;
    }
    .experts-team__wrapper{
        gap: 1rem;
    }
    .experts-team__title {
        margin-bottom: 1.25rem;
    }
    .experts-team__name {
        font-size: 1.25rem;
    }
    .experts-team__job {
        font-size: 1rem;
    }
    .experts-team__image {
        height: 19.25rem;
    }
    .experts-team__image:before {
        height: 8.688rem;
        border-radius: 2.5rem;
    }
    #expertsTeamSkills {
        overflow: hidden;
    }
    .experts-team__pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
    .experts-team__pagination .swiper-pagination-bullet {
        background-color: #1415171A;
        width: 0.75rem;
        height: 0.75rem;
    }
    .experts-team__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #ff6900;
    }
}