body{background: #FFF;}
#privacy .contents{
    padding:20px 50px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    width:calc(100% - 100px);
    max-width:900px;
    margin:auto;
}
#privacy .contents > h2{
    color: #483842;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1.92px;
    padding:48px 0px 0px 0px;
}
#privacy .contents > p{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #483842;
}
@media screen and (max-width: 768px){
    #privacy .contents{
        padding:30px 20px 20px 20px;
        gap: 20px;
        width:calc(100% - 40px);
    }
    #privacy .contents > h2{
        padding:24px 0px 30px 0px;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.6px;
    }
    #privacy .contents > p{
        line-height: 30px;
        letter-spacing: 1.2px;
    }
}