.detail_page {
    display: grid;
    max-width: 1350px;
    margin: 0 auto 8rem auto;
    padding: 0 8%;
}

.page_title {
    font-size: 3rem;
    line-height: 1.5;
}

.detail {
    margin-top: 4rem;
    line-height: 2;
    font-weight: bold;
}

.description {
    line-height: 2;
}

.privacy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mark {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
    .privacy {
        margin-top: 2rem;
        flex-direction: column;
    }
}