.team {

}

.team__wrapper {
    margin: 0 auto;
}

.team__title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 30px;
    margin: 30px 0;
    text-align: center;
}
.hab{
    font-size: 1.17em;
    font-weight: bold; 
    margin: 0 0 0.5em 0;
    display: block; 
    line-height: 1.2;
}
@media (min-width: 1024px) {
    .team__title {
        font-size: 40px;
        padding: 0 80px;
        margin-top: 80px;
        max-width: 1440px;
    }
}

.team__swiper--wrapper {
    padding: 0 30px !important;
    user-select: none;
}

@media (min-width: 768px) {
    .team__swiper--wrapper {
        padding: 0 60px !important;
    }
}

@media (min-width: 1024px) {
    .team__swiper--wrapper {
        padding: 0 80px !important;
    }
}


.team__list {
    display: flex;
}

@media (min-width: 960px) {
    .team__list {
        justify-content: center;
        column-gap: 30px;
    }
}

.team__list--card-bg {
    position: relative;
    width: 260px !important;
    height: 410px !important;
    border-radius: 40px;
    padding: 0;
    padding-bottom: 60px;
    text-align: center;
}

@media (min-width: 1024px) {
    .team__list--card-bg {
        margin: 0 !important;
        padding:  0 !important;
        width: 310px !important;
        height: 525px !important;
        border-radius: 40px;
    }
}

@media (min-width: 1280px) {
    .team__list--card-bg {
        width: 390px !important;
        height: 590px !important;
    }
}

.team__list--card-bg img {
    object-fit: cover;
    width: 100%;
    max-height: 350px;
    border-radius: 35px;
}

@media (min-width: 1024px) {
    .team__list--card-bg img {
        max-height: 530px;
    }
}

.team__list--card-bg h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

@media (min-width: 768px) {
    .team__list--card-bg h3 {
        font-size: 25px;
    }
}

.team__list--card-bg p {
    font-size: 15px;
    color: var(--color-text-accent);
    margin: 0;
}