
.ask-logo-carousel{
    width:100%;
    position:relative;
    overflow:hidden;
    padding:20px 0 50px;
}

.ask-logo-item{
    display:flex;
    justify-content:center;
    align-items:center;
}

.ask-logo-item img{
    max-width:100%;
    max-height:90px;
    object-fit:contain;
}

.ask-logo-prev,
.ask-logo-next{
    width:42px;
    height:42px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 10px rgba(0,0,0,0.15);
}

.ask-logo-prev:after,
.ask-logo-next:after{
    font-size:18px;
    color:#000;
}

.ask-logo-pagination{
    margin-top:20px;
    text-align:center;
}
