.team-card-items{
    height: 100%;
}

.team-content *{
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 300 !important;
}

.swiper-slide .testimonial-card-items h3, 
.team-content h3{
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
}

.team-content ul li{
    list-style-type: square;
    list-style-position: inside;
}

.team-card-items::before{
    background-color: #01010135 !important;
    height: 80%;
}

.team-image{
    height: 125px;
    background-color: var(--theme2) !important;
    border-radius: 16px;
    width: fit-content;
    padding: 24px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
}

.team-image i{
    font-size: 48px;
}

.swiper-slide .testimonial-card-items{
    background-color: var(--theme2);
    border: none;
    border-radius: 12px;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide{
    height: auto;
    display: flex;
}

.swiper-dot .swiper-pagination-bullet{
    background-color: var(--theme2);
    opacity: 0.4;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--theme2);
    opacity: 1;
}