.gd-ebay__brands {
    background-color: #f6f6f6;
    border-radius: 30px;
    margin-top: 120px;
    padding: 120px 0;
}

.our_brands_contan {
    display: flex;
} 


.gd-ebay__brands-text {
    font-size: 16px;
    font-weight: 400;
    padding-right: 60px;
    width: 700px;
} 

.our_brands_contan:after { 

    position: absolute;
    content: '';
    left: 14rem;
}

.first_div , .first_div{
    width: 80px;
    height: 80px;
    background-color: #231F20;
    align-content: center;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
    border-radius: 5px;
    border-bottom-right-radius: 24px 85px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0PX;
}

 .secound_div ,  .secound_div{
    width: 500px;
    height: 80px;
    background-color: #231F20;
    align-content: center;
    color: #fff;
    text-align: center;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    border-radius: 7px;
    border-bottom-right-radius: 24px 85px;
    border-top-left-radius: 24px 85px;
}


.gd-ebay__brands-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 


.gd-ebay__brands-list {
    margin-top: 50px; 
    display: grid;
    grid-template-columns: repeat(6,1fr);
    padding: 0 60px;
    gap: 10px;
} 


.gd-ebay__brands-list a {
    background-color: #fff; 
    border: 2px solid #fff;
    display: flex;
    justify-content: center; 
    height: 168px;
    width: 100%;
    align-items: center;
}

.gd-ebay__brands-list img {
    height: auto;
    width: auto;
    mix-blend-mode: multiply;
    max-height: 100%;
    max-width: 232px;
}


.gd-ebay__brands-list a:hover { 
    border: 2px solid  #FFC624;
}


.gd-ebay__product-brand {
    display: block;
    margin-bottom: 15px;
}



@media (max-width: 1024px) {
    .gd-ebay__brands {
       border-radius: 8px;
       margin-top: 80px;  
       padding: 40px 0;
    }
    
    
    .gd-ebay__brands-text {
        margin-top: 40px;
        padding-right: 15px;
        width: 100%;
    }
    
    
    
    .gd-ebay__brands-top {
        display: block;
    }
    
    
    .gd-ebay__brands-list {
        grid-template-columns: repeat(2,1fr);
        padding: 0 15px;
    }
    
    .gd-ebay__brands-list a {
        height: 150px;
        width: 100%;
    }
   
}


@media (max-width: 500px) {
    .gd-ebay__brands-list {
        grid-template-columns: repeat(1,1fr);
    }

    
}
