.brand-container {
    /* Style the container of the carousel */
    display: block;
    width: 100%;
    margin: 0 auto;
}

.brand-item {
    text-align: center;
}

.brand-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 30px;
    color: #000;
}
