.legalNoticeContainer{width:100%;max-width:1080px;background:#fff;border-radius:24px;margin-bottom:24px;display:flex;flex-direction:column;gap:24px}.legalNoticeContainer h1{text-align:center;font-size:40px;margin:8px 0}.legalNoticeSection{display:flex;flex-direction:column;gap:6px}.legalNoticeSection h2{color:var(--colors-red);font-size:22px;letter-spacing:.08rem}.legalNoticeSection h3{color:var(--colors-red);font-size:18px;margin:8px 0 0 0}.legalNoticeSection p{margin:0;line-height:1.55}.legalNoticeSection ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px}@media screen and (max-width:768px){.legalNoticeContainer h1{font-size:30px}.legalNoticeSection h2{font-size:19px}.legalNoticeSection h3{font-size:17px}}