﻿.bigSlides {
    background-color: transparent;
    padding: 4rem;
}

.sl {
    margin: 0 1rem 0 0;
    padding: 1rem;
    text-align: center;
}

.imgLog {
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 99;
    height: 150px !important
}

.flex-control-nav {
    text-align: center;
}

@media(max-width: 425px) {
    .imgLog {
        height: 80px !important;
        width: 90px !important;
    }

    .sl {
        margin-right: 3rem !important;
    }
}


