.gd-ebay__footer-main {
    background-color: #231F20;
    padding: 120px 0;
    display: flex;
    justify-content: center;
    gap: 200px;
    align-items: start;
}

.gd-ebay__footer-main h4 { 
    color: #FFC624;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.gd-ebay__footer-main ul {
    margin: 0;
    padding: 0;
}

.gd-ebay__footer-main ul li { 
    list-style: none;
}


.gd-ebay__footer-main a {
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    height: 30px;
} 


.gd-ebay__footer-main a:hover {
    color: #FFC624;
}


.gd-ebay__footer-main .gd-ebay__logo {
    max-width: 268px;
}



.gd-ebay__footer-single--last {
    width: 350px;
}


.gd-ebay__footer-single .gd-ebay__logo-wrap {
    height: max-content;
}

.gd-ebay__footer-single .gd-ebay__text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 30px 0;
    padding: 0;
}


.gd-ebay__footer-bottom { 
    background-color: #231F20;;
    display: flex;
    color: #fff; 
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    align-items: center; 
    padding: 75px 0;
}




@media (max-width: 1024px) {
    
    .gd-ebay__footer-single--last {
    width: 100%;
   } 
   
   
   .gd-ebay__footer-main, 
   .gd-ebay__footer-bottom
   {
       display: block ; 
       padding: 50px 15px;
   } 
   
   
   .gd-ebay__footer-single {
       margin-bottom: 50px;
   }
   
  .gd-ebay__footer-single:last-child { 
      margin-bottom: 0;
  }
    
}



@media (max-width: 500px) {
    .gd-ebay__footer-main .gd-ebay__logo {
        max-width: 120px;
    }
}
