.clients_logos .tns-inner {
    overflow: hidden;
    width: calc(100% - 100px);
    margin: auto!important;
    box-sizing: border-box;
}

.clients_logos > div.tns-outer {
    position: relative;
    width: 100%;
}

.clients_logos .tns-controls button {
    position: absolute;
    left: 0;
    width: 45px;
    top: 0;
    bottom: 0;
    text-indent:-9999px;
    border:none;
    background: no-repeat center / 25px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23303E47' d='M20 25a1 1 0 0 1-.71-.29l-8-8a1 1 0 0 1 0-1.42l8-8a1 1 0 1 1 1.42 1.42L13.41 16l7.3 7.29a1 1 0 0 1 0 1.42A1 1 0 0 1 20 25Z' data-name='Layer 2'/%3E%3Cpath d='M0 0h32v32H0z' style='fill:none'/%3E%3C/svg%3E");
}

.clients_logos .tns-controls button:nth-child(2) {
    left:auto;
    right: 0;
    transform: rotate(180deg);
}

.clients_logos .tns-controls {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}


.fc_logos {
    overflow: hidden;
}

.the_logo {
    flex-direction: column;
}

.the_logo > div {
    background: #fff;
    display: flex;
    align-items: center;
    padding: clamp(10px, 2vw, 30px);
    flex-grow: 1;
}

.tns-horizontal.tns-subpixel>.tns-item.the_logo,
.client_logo_slider  {
    display: flex;
}