/* line 10, privacypolicy.scss */
#introSec { margin-bottom: 3em; }
@media only screen and (max-width: 750px) { /* line 11, privacypolicy.scss */
  #introSec .read { padding: 0 6.5%; } }

/* line 21, privacypolicy.scss */
#listSec .list { text-align: left; }
@media only screen and (max-width: 750px) { /* line 21, privacypolicy.scss */
  #listSec .list { padding: 0 5%; } }
/* line 22, privacypolicy.scss */
#listSec .list:not(:last-child) { margin-bottom: 5em; }
/* line 82, privacypolicy.scss */
#listSec .update { text-align: right; }
@media only screen and (max-width: 750px) { /* line 82, privacypolicy.scss */
  #listSec .update { padding: 0 5%; font-size: 80%; } }
