@media (max-width: 768px) {
    .sell-banner {
        background-image: url("/assets/images/sell-banner.png");
        background-size: cover;
        aspect-ratio: auto;
        color: white;
    }
    
    .consign-banner {
        background-image: url("/assets/images/consign-banner1.png");
        background-size: cover;
        aspect-ratio: auto;
        color: white;
    }

    section.sell {
        margin-top: 50px;
    }
}

.sell-banner-call > div {
    text-align: center;
    text-wrap: nowrap;
}