.experts {
    padding: 20px 0;
}

.experts__title {
    font-family: Bitter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    color: #040404;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;

}

.experts__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.experts__text {
    font-family: Segoe UI;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #676767;
    line-height: 150%;
    letter-spacing: 0%;
    max-width: 562px;
}

.experts__nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.experts__link {
    font-family: Segoe UI;
    font-weight: 600;
    font-style: Semibold;
    font-size: 16px;
    color: #FF560B;
    line-height: 100%;
    letter-spacing: 0%;

}

.experts__btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.experts__btn {
    width: 48px;
    height: 48px;
}

.experts__btn svg {
    flex-shrink: 0;

}

.experts__circle {
    transition: stroke .25s ease;
}

.experts__btn:hover .experts__circle {
    stroke: #FF560B;
}

.experts__btn-next {
    transform: rotate(180deg);
}

.experts__btn-prev {}

.experts__swiper .swiper-slide {
    max-width: 226px;
    width: 100%;
}

.experts__swiper .swiper-wrapper {
    box-sizing: border-box;
}

.experts__card {
    padding: 16px;
    border: 1px solid #D5DBE0;
    border-radius: 6px;
    transition: border-color .25s ease;
    cursor: pointer;
}

.experts__card:hover {
    border-color: #FF560B;
}

.experts__profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.experts__img {
    width: 60px;
    height: 60px;
}

.experts__subtitle {
    font-family: Bitter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    color: #040404;
    line-height: 100%;
    letter-spacing: 0%;

}

.experts__job {
    font-family: Segoe UI;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #FF560B;
    line-height: 100%;
    letter-spacing: 0%;

}