@media screen and (max-width: 650px) {

    .upload-img-div,
    .remove-bg-div {
        width: 100%;
        padding: 20px;
    }

    .heading {
        font-size: 1.5rem;
    }

    .img-container>img {
        max-width: 90%;
    }
    .uploaded-image{
        max-width: 100%!important;
    }

    input[type=range]::-webkit-slider-thumb {

        height: 40px !important;
        width: 40px !important;
    }

    input[type=range]::-moz-range-thumb {

        height: 40px !important;
        width: 40px !important;
    }

    input[type=range]::-ms-thumb {

        height: 40px !important;
        width: 40px !important;
    }

    .header-ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        top: 70px;
        position: absolute;
        left: 0;
    }

    .header-humburger {
        display: block;
        cursor: pointer;
    }

    .header-humburger span {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px;
        background: #333;
    }

    .home-page-remover-types-list {
        justify-content: start;
    }

    header li {
        padding: 10px 0;

    }

    header ul {
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    }

    .web-info {
        flex-direction: column-reverse;


    }

    .web-info>div {
        padding: 20px
    }

    .offers {
        padding: 0 20px;

        width: 100%;

        grid-template-columns: repeat(1, 1fr);
        /* 3 columns */
        grid-template-rows: repeat(9, 1fr);
        /* 3 rows */
        gap: 10px;
        /* spacing between grid items */


    }

    .offers>.offer {
        max-width: 100% !important;
        width: 100%;
        padding: 1.3rem;
    }

    .offer h4 {
        font-size: 1rem
    }

    .home-page-top h1,
    .home-page-top p,
    .home-page-top a {
        text-align: center !important;
        display: block;
    }
    .home-page-top .very-large-text{
        font-size: 2rem!important;
    }
    .bottom-tools span{
        display: none;
    }
}
