.top-mini-nav {
    margin-top: 40px;
}

.cases-detail-author {
    margin-top: 80px;
    margin-bottom: 120px;
    text-align: center;
}


.team-top {
    height: 336px;
    border-radius: 20px;
    background: #f6f6f6;
    position: relative;
}

.team-h {
    width: 141px;
    position: absolute;
    bottom: 0;
    right: 48px;
    transform: scaleX(-1);
}

.cases-title {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
}

.team-ellipse-img {
    width: 40px;
    height: 40px;
}


.avatar-container {
    width: auto;
    height: 40px;
    margin-top: 80px;
}

.author-img-container {
    margin: 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}


.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
}

.author-info .author-top {
    margin: 8px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #636363;
}

.author-info .author-name {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.author-info .author-exp {
    margin: 4px 0 20px 0;
    font-size: 12px;
    font-weight: 400;
    color: #0156CD;
}

.author-info .case {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #636363;
    line-height: 28px;
}

.author-info span {
    display: block;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}


.specialists-text {
    color: #636363;
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}

.team-header {
    margin: 0 auto;
    text-align: center;
}

.team-header h2 > span {
    color: #0156CD;
}

.running-line{
    margin: 40px auto 60px auto;
    width: 100%;
    max-width: 1440px;
    white-space: nowrap;
    overflow: hidden;
    mask-image: linear-gradient(
            90deg,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%
    );
}

.team-body-haeder {
    margin-bottom: 20px;
}