.main-brand-div{
    height: 100%;
}
.BrandColumns{
    /*margin-bottom: 200px;*/
    /*margin-top: 50px;*/
    margin-top: -24px;
}
.grid-container {
    /*background: #efefef;*/
    font-family: "Rubik", sans-serif;
    /*padding-bottom: 25px;*/
    /*padding-top: 20px;*/
    background-color: white;
    margin-left: 110px;
    margin-right: 110px;
    text-align: center;

}
.brand-header {
    font-family: "Rubik", sans-serif;
    padding-bottom: 25px;
    padding-top: 20px;
    background-color: white;
    /*margin-left: 110px;*/
    /*margin-right: 110px;*/
    text-align: center;
    margin-bottom: 35px;
}
.brand-header h2{
    display: block;
    margin-top: 6.5rem;
    font: normal normal bold 40px/48px Roboto;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}
.brand-header p{
    display: block;
    margin-top: 1.5rem;
    margin-left: 130px;
    margin-right: 130px;
    text-align: center;
    font: normal normal normal 22px/27px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.brand-header-arabic h2{
    font: normal normal bold 40px/48px Neo Sans Arabic !important;
}

.brand-header-kurdish h2{
    font: normal normal bold 40px/48px RudawRegular !important;
}
.brand-header-arabic p{
    font: normal normal normal 22px/27px Neo Sans Arabic !important;
}
.brand-header-kurdish p{
    font: normal normal normal 22px/27px RudawRegular !important;
}
@media screen and (max-width: 500px) {
    .main-brand-div{
        margin-bottom: 50px;
        margin-top: -52px;
    }
    .brand-header h2{
        margin-top: 2.5rem;
    }
    .brand-header p{
        /*margin-left: 50px;*/
        /*margin-right: 50px;*/
        margin-left: 20px;
        margin-right: 20px;
    }

    .my_img{
        max-width: 72px;
        /*height: 43px;*/
        margin-top: 0;
        scale: 120%;
    }


    .brand-header {
        margin-bottom: 0px;
    }

    .brand_div {
        padding: 18px !important;
    }

}
@supports (display: grid) {
    .item a img{
        width: 120px;
        height: 100px;
        /*margin: auto;*/
        display: block
    }
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto 1fr auto;
        grid-template-areas: "header header header" "title title footer" "main main main";
    }
    @media screen and (max-width: 500px) {
        .grid-container {
            grid-template-columns: 1fr;
            grid-template-rows: 0.3fr 1fr auto 1fr;
            grid-template-areas: "header" "title" "main" "footer";
            margin-left: 50px;
            margin-right: 50px;
        }
    }
    .grid-item {
        color: #fff;
        background: transparent;
        padding: 3.5em 1em;
        font-size: 1em;
        font-weight: 700;
    }

    .main {
        color: #959595;
        background-color: white;
        grid-area: main;
        padding: 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .items {
        position: relative;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        white-space: nowrap;
        transition: all 0.2s;
        transform: scale(0.98);
        will-change: transform;
        user-select: none;
        cursor: pointer;
    }
    .items.active {
        background: rgba(255, 255, 255, 0.3);
        cursor: grabbing;
        cursor: -webkit-grabbing;
        transform: scale(1);
    }
    .item {
        display: inline-block;
        background: transparent;
        min-height: 100px;
        min-width: 225px;
        /*margin: 2em 1em;*/
    }
    @media screen and (max-width: 500px) {
        .item {
            min-height: 50px;
            min-width: 50px;
        }
        .item a img{
            width: 50px;
            height: 50px;
        }
        .items {
            overflow-x: auto;
        }
    }



.brand_div{
    /*padding: 34px 22px;*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 15px;
}

.my_img{
    
    transition: all 0.2s ease-out;
    vertical-align: middle;
    align-self: center;
    max-width: 200px;
    /*
    width: fit-content;
    height: fit-content;
*/

}
.my_img:hover{
    transform: scale(0.9);
}
.mix{
    /*background-color: #f7f7f7;*/
    height: 150px;
    display: flex;
    justify-content: space-around;
}


@media only screen and (max-width: 1000px){
    .my_img{
        max-width: 72px;
        /*height: 43px;*/
        margin-top: 0;
        scale: 140%;
    }

    .brand_div {
        width: 33%;
    }
    .mix{
        height: fit-content;
        width: fit-content;
    }
}
