/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/

.brand-two {
    position: relative;
    display: block;
    padding: 60px 0;
}

.brand-two__inner {
    position: relative;
    display: block;
}

.brand-two__carousel {
    position: relative;
    display: block;
}

.brand-two__single {
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 130px; */
    /* padding: 5px; */
    /* background: transparent; */
    /* transition: .5s; */
    /* display: flex; */
    /* justify-content: center; */
    /* height: 346px; */
    /* background-size: cover; */
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.brand-two__img {
    /* width: 100%; */
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* لو اللوجو بيتقص غيرها لـ contain */
    transition: all .3s ease;
    transition: .5s;
    display: flex;
    justify-content: center;
    height: 240px;
    background-size: contain;
    background-position: 50%;
}

 

/* توحيد ارتفاع العناصر */
.brand-two__carousel .owl-stage {
    display: flex;
    align-items: center;
}

.brand-two__carousel .owl-item {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* height: 240px; */
    /* background-size: contain; */
    /* background-position: 50%; */
     padding: 0px 30px;
}

.brand-two__carousel .owl-item .brand-two__single {
    /* width: 100%; */
}
 

/* Mobile */
@media (max-width: 767px) {
     .brand-two__img {
        height: 200px;
    }
}