@media only screen and (min-device-width: 280px) and (max-device-width: 768px) {

    .logo-sell {
        width: 70px;
        height: 70px;
    }
    .header-title {
        font-family: Cormorant Garamond, sans-serif;
        font-size: 18px;
    }
    .sel-nav-content {
        grid-template-columns: 70% 70% 70%;
        overflow-x: scroll;
    }
    .sell_banner_img {
        height: 200px;
    }
    .sell-menu-title {
        font-size: 20px;
        line-height: 23px;
    }
    .mt-5{
        margin-top: 1rem;
    }
    .sale_banner_img {
        height: 89px;
    }
    .sell-title {
        font-family: Mulish, serif;
        font-size: 24px;
        line-height: 28px;
    }

    .sell-banner-img{
        height: 250px;
    }
    .sell-swiper-button-next {
        right: 0.5rem;
    }

    .sell-swiper-button-prev {
        left: 0.5rem;
    }
}
