.em2-partners{
    position: relative;
    & .item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    & .owl-item .item img{
        width: auto;
    }
    & .owl-carousel .owl-nav button.owl-next,
    & .owl-carousel .owl-nav button.owl-prev{
        position: absolute;
        top: calc(50% - 20px);
        left: -40px;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #b6c6c9;
        color: #3c3950;
        &:hover{
            background: #00bcd4;
            color: #fff;
        }
        & i{
            font-size: 20px;
        }
    }
    & .owl-carousel .owl-nav button.owl-next{
        left: auto;
        right: -40px;
    }
    
}