/* VARIABLES */

:root {

    --mobileMargin: 10%;

    --tabletMargin: 5%;

    --desktop: 2%;

}
/*
@media screen and (min-width: 20em) {

    .userResearch {

        text-align: center;

        font-size: 1.25em;

    }     

}

@media screen and (min-width: 48em) {

    .userResearch p {

        margin-bottom: 0;

    }

    
}

@media screen and (min-width: 64em) {

    .userResearch p {

        margin-bottom: 0;

    }

    #part2 {

        margin-top: 2%;

    }
   
}