@media (min-width:251px) and (max-width:768px) {
    .tile-image a img.img_product {
        object-fit: contain;
        min-height: 100px !important;
        width: 155px !important;
    }

    .app .row.row-table > div[class^=col-] {
        border-bottom: 1px solid #DBE0E4;
        border-right: 0;
        margin-bottom: 0;
    }
    .app .mainblock .app-heading {
        padding: 0.75rem 1rem !important;
        background: #0f2714 !important;
        border-block-end: 3px solid #ee8c23 !important;
        display: flex;
        align-items: stretch;
        position: relative;
        gap: 0.25rem;
        justify-content: space-between;
        flex-direction: column;
    }

    .new-login-inner .container {
        width: 100%;
    }

    .side-banner{
        display:none;
    }
    
}
