@media screen and (max-width: 480px){

    .services {

        /*transform: rotateZ(1deg) scale(1.1);*/

    }

    .products img {
        margin-top: 70%;
    }

    .services .container{

        /*transform: rotateZ(-1deg) scale(0.8);*/

    }



    .products {

        /*transform: rotateZ(1deg) scale(1.1);*/

    }



    .products .container {

        /*transform: rotateZ(-1deg) scale(0.8);*/

    }



    .choose {

        /*transform: rotateZ(1deg) scale(1.1);*/

    }



    .choose .container{

        /*transform: rotateZ(-1deg) scale(0.8);*/

    }

}