.gd-ebay__upsell {
    background-color: #f6f6f6; 
    border-radius: 30px;
    padding: 60px;
    margin-top: 120px;
}



.gd-ebay__upsell-wrap { 
    display: flex;
    justify-content: start;
    align-items: start;
    overflow-y: auto;
    white-space: nowrap;
}


.gd-ebay__upsell h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 60px 0;
}


.gd-ebay__upsell-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gd-ebay__upsell-box .gd-ebay__upsell-img img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 275px;
} 


.gd-ebay__upsell-brand {
    color: #FFC624;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; 
    margin: 15px 0 10px 0;
    
}


.gd-ebay__upsell-title a {
    color: #231F20;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
} 

.gd-ebay__upsell-text a {
    text-decoration: none;
}

.gd-ebay__upsell-price {
    color: #231F20;
    font-size: 20px;
    font-weight: 500; 
    font-family: 'Oswald', sans-serif;
    margin: 20px 0 0 0;
    padding: 0; 
}


@media (max-width: 1024px) {
    .gd-ebay__upsell {
    border-radius: 5px;
    padding: 45px 15px;
    margin-top: 80px;
}

.gd-ebay__upsell h2 {
    font-size: 20px;
}
}