.team {
    margin-top: 28px;
    margin-bottom: 62px;
}

.team-content {
}

.team-list {
    margin: 0 -10.5px;
    --f-arrow-pos: 10.5px;
}

.team-item {
    padding: 10.5px;
}

.teamblock {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
}

.teamblock-picture {
}

.teamblock-picture--nothumb {
}

.teamblock-pic {
    height: 405px;
    background: var(--accent-color);
    color: #fff;
}

.teamblock-pic a {
    display: block;
    width: 100%;
    height: 100%;
}

.teamblock-pic svg, .teamblock-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamblock-pic svg {
    width: 80%;
}

.teamblock-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 16px 25px;
    z-index: 1;
}

.teamblock-content {
    background: var(--dark-peacock-blue);
    border-radius: 3px;
    padding: 11px 10px 9px 10px;
}

.teamblock-title {
    text-transform: uppercase;
}

.teamblock-position {
    padding-top: 12px;
}

@media (min-width: 1200.98px) {
    .team {
        margin-top: 30px;
        margin-bottom: 79px;
    }

    .team-content {
    }

    .team-list {
        padding-bottom: 0;
    }

    .team-list .slick-arrow {
        bottom: auto;
        top: -80px;
        position: absolute;
        margin-top: 0;
    }

    .team-list .slick-prev {
        right: 60px;
    }

    .team-item {
    }

    .teamblock {
    }

    .teamblock-picture {
    }

    .teamblock-picture--nothumb {
    }

    .teamblock-pic {
        height: 460px;
    }

    .teamblock-pic a {
    }

    .teamblock-pic svg, .teamblock-pic img {
    }

    .teamblock-pic svg {
    }

    .teamblock-main {
    }

    .teamblock-content {
        padding-bottom: 10px;
    }

    .teamblock-title {
        font-size: 28px;
    }

    .teamblock-position {
        letter-spacing: -0.32px;
        font-weight: 500;
        padding-top: 18px;
    }
}
