@media only screen and (min-width: 1080px) and (max-width: 2880px) {
            #next-icon {
                display: none;
            }
        }

        @media only screen and (min-width: 240px) and (max-width: 575px) {
            #Imgwansoft {
                width: 15%;
                margin-top: -35px;
            }

            #spanWansoft {
                position: absolute;
            }
            /*#phoneDiv {
                margin-left: 130px;
            }*/
        }

        @media only screen and (min-width: 576px) and (max-width: 700px) {
            #Imgwansoft {
                width: 20%;
                margin-top: -35px;
            }

            #spanWansoft {
                margin-top: -9px;
                position: absolute;
            }
            /*#phoneDiv {
                margin-left: -130px;
                margin-top: 17px;
            }*/
        }

        @media only screen and (min-width: 701px) and (max-width: 1000px) {
            #Imgwansoft {
                width: 20%;
                margin-top: -35px;
            }

            #spanWansoft {
                margin-top: -9px;
                position: absolute;
            }
            /*#phoneDiv {
                margin-left: -130px;
            }*/
        }

        @media only screen and (min-width: 1001px) {
            #Imgwansoft {
                width: 20%;
                margin-top: -30px;
            }

            #footerContainer {
                height: 140px;
            }
        }