.module-component-team-style-2 .img{
    border-radius: var(--radius-32);
    overflow: hidden;
}
.module-component-team-style-2 .img img{
    transition: var(--transition-fast);
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.module-component-team-style-2 .img:hover img{
    transform: scale(1.05);
}



.module-component-team-style-2 .owl-nav {
    display: flex;
    gap: var(--spacing-20);
    top: calc(var(--spacing-60) * -2);
    position: absolute;
    right: 0;
}
.module-component-team-style-2 .owl-nav button:hover,
.module-component-team-style-2 .owl-nav button:hover > *{
    transform: translateY(0)translateX(0) !important;
}

.module-component-team-style-2 .owl-nav button:hover svg circle,
.module-component-team-style-2 .owl-nav button:hover svg path {
    transition: var(--transition-fast);
}

.module-component-team-style-2 .owl-nav button:hover svg circle{
    fill: var(--primary);
}
.module-component-team-style-2 .owl-nav button:hover svg path{
    stroke: var(--white-100);
}



@media (max-width: 767px) {
    .module-component-team-style-2.initialised .container {
        padding-right: 0;
    }
    .module-component-team-style-2 .team-carousel {padding-bottom: calc(70 * var(--rpx));}

    .module-component-team-style-2 .owl-nav {
        top: unset;
        bottom: 0;
        right: var(--spacing-container);
        left: unset;
    }
    
    .module-component-team-style-2 .text {align-items: start;}

}

@media (min-width: 768px) and (max-width: 1023px) {
    .module-component-team-style-2 .owl-nav {top: calc(var(--spacing-32) * -2);}
}

@media (max-width: 1023px) {
    .module-component-team-style-2 .main {gap: var(--spacing-32);}

    .module-component-team-style-2 .text .p3 {font: var(--font-p1);}
    .module-component-team-style-2 .text .p5 {font: var(--font-p4);}

}

@media (min-width: 1024px) {
    
}