.gd-ebay__showcase {
    background-color: #231F20;
    border-radius: 8px;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 120px;
    width: 100%;
}


.gd-ebay__showcase-bg {
    background-size: cover; 
    background-position: center center;
    clip-path: polygon(10% 0%, 100% 0%, 91% 100%, 0% 100%); 
    margin-left: auto;
    margin-right: 60px;
    height: 248px;
    width: 709px;
    
}


 .gd-ebay__showcase-title {
     color: #fff;
     font-size: 40px;
     font-weight: 700;
     font-family: 'Oswald', sans-serif;
     text-transform: uppercase;
     margin: 0;
 }
 
 
 .gd-ebay__showcase-link {
    border-radius: 5px;
    background: #FFC624;
    color: #231F20;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px;
    margin-top: 25px;
 } 
 
 
  .gd-ebay__showcase-link:hover {
      background-color: #231F20;
      color: #fff;
  }
 
   .gd-ebay__showcase-link:hover img {
       filter: invert(0);
   }
 
  .gd-ebay__showcase-link img { 
      margin-right: 8px;
      filter: invert(1);
  }
  
  
 .gd-ebay__showcase .gd-ebay__logo-wrap,
 .gd-ebay__showcase-text
 {
     padding-top: 40px;
  }
  
  
   .gd-ebay__showcase .gd-ebay__logo-wrap {
       margin-left: 40px;
   }
  
  .gd-ebay__showcase-text {
      padding-left: 70px;
  }


@media (max-width: 1024px) {
    
    .gd-ebay__showcase {
    margin-top: 80px;
    }
    
    
    .gd-ebay__showcase-bg {
        height: 160px;
        margin-right: 30px;
        width: 200px;
    }
    
    .gd-ebay__showcase-text { 
         padding:20px 0 0 15px;
     }
    
    .gd-ebay__showcase-title {
        font-size: 16px;
    }
}