/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@media (max-width: 480px) {

    /*=== Header == */
    h1,h2{
        padding-left: 5px;
        padding-right: 5px;
    }
    h1{
        font-size: 1.4rem;
        font-weight: bold;
    }

    h2{
        font-size: 0.9rem;
   }
    h3 {
        font-size: 0.9rem;
    }

    #p1, #p2{
     font-size: 0.8rem;
    }

    #p2{
        display: none;
    }


    .nonstep, #regForm{
        margin: 20px auto 100px;
        padding: 5px 10px 5px 10px;
    }

    .div-center {
        padding: 0px 5px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .div-right{
      /*  display: none;*/
    }

    .div-left {
        width: 100%;
        text-align: left;
    }




    /*=== Header == */
/*=== Section == */
/*== Form === */
/*=== Images === */
/*====== New Form ======= */

}