@charset "UTF-8";

#privacy {
	width: 100%;
	padding-bottom: 12rem;
	@media screen and (max-width: 767px) {
		padding-bottom: 6rem;
	}
	& p {
        width: 81.4rem;
        margin: 0 auto;
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 150%;
		letter-spacing: 0.06em;
		color: #000000;
        @media screen and (max-width:767px){
            width: 100%;
        }
	}
}
