.simple-team--container {
    min-width: 1px;
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 24px
}

@media screen and (min-width: 848px) {
    .simple-team--container {
        padding-inline: 0
    }
}

.simple-team--title {
    margin-bottom: 32px
}

.simple-team--slider {
    min-width: 1px
}

@media screen and (min-width: 768px) {
    .simple-team--slider {
        cursor: url("../images/custom-cursor-arrow.svg") 53 53, auto
    }
}

.simple-team--item {
    height: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    color: var(--white);
    padding: 24px
}

@media screen and (min-width: 768px) {
    .simple-team--item {
        height: 420px
    }
}

.simple-team--item img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 0
}

.simple-team--item .name {
    font-family: var(--visby);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .simple-team--item .name {
        font-size: 28px
    }
}

.simple-team--item .function {
    color: var(--pink);
    font-family: var(--visby);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .simple-team .owl-stage {
        left: -108px
    }
}