#clients-section
{
    padding-left: 15px;
    padding-right: 15px;
}

.owl-carousel
{
    position: relative;
    margin-bottom: 60px;
}

.owl-nav
{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 4;
    font-size: 40px;
}

.owl-prev
{
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    position: absolute;
    font-size: 40px;
}

.owl-next
{
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    position: absolute;
}

.owl-item
{
    z-index: 5;
}

.owl-item img
{
    max-width: 100%;
    height: 100%;
}