
body .slick-track {
    display: flex;
    align-items: center;
}


.carrusel_logo_item img {
    display: block;
    margin: 0 auto;
}

body .tns-controls {
    max-width: 1300px;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    align-items: center;
    margin: 20px auto 0 auto;
}

body .tns-controls button {
    appearance: none;
    box-shadow: none;
    border: none;
    background: none;
    color: #000;
    font-size: 25px;
    margin: 0;
    border-radius: 0;
}
