#privacy{
    margin-top: 200px;
    margin-bottom: 120px;
}
#privacy h2{
    position: static !important;
    transform: translateX(0) !important;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 120px;
}

.privacy-dl {
    font-size: 1.6rem;
    line-height: 1.5;
}
.privacy-dl dt{
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 2.2rem;
}
.privacy-dl dd{

}
.privacy-dl+dl{
    margin-top: 30px;
}
#privacy .btn {
    text-align: center;
    margin-top: 60px;
}
#privacy .btn a{
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 275px;
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 6px;
    padding: 15px;
}

@media (max-width: 1080px) {
    #privacy{
        margin-top: 160px;
        margin-bottom: 60px;
    }
    #privacy h2{
        margin-bottom: 60px;
        font-size: 1.9rem;
        line-height: 1.4;
    }
}