.privacy {
    padding: 3rem 3rem;
    color: #414141 ;
}
body{
    list-style: none;
}
body img{
    width: 100%;
}
.privacy h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 1rem;
}

.privacy li {
    margin-top: 2rem;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}

.privacy h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2rem 0 1rem;
}
.bottom{
    height: 144px;
    line-height: 24px;
   color: #617590;
    text-align: left;
}
.bottom div{
    padding: 0 6px;
}
.privacy a {
    color: #617590;
    text-decoration: underline;
}

.privacy a:hover {
    text-decoration: none;
}
.privacy .bold{
    font-weight: bold;
}
.top{
    display: flex;
    font-size: 14px;
    line-height: 20px;
    justify-content: space-between;
    align-items: center;
    width: 335px;
height: 100px;
background: #FFF7EA;
border-radius: 18px;
}
@media screen and (max-width: 960px){
    .privacy {
        padding: 1rem 2rem;
        color: #414141 ;
    }
    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .privacy p {
        font-size: 1rem;
        line-height: 2rem;
        margin-top: 1rem;
    }
}