.swiper{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}
#swiper-wrapper{
    width: 1200px;
    position: relative;
    height: 100px;
    overflow: hidden;
    transition: 1.5s;
}
#swiper-over{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    transition: 1s ease-in-out;
}
.navArrow{
    width: 50px;
    cursor: pointer;
}
.brandTitle{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

