.sectionHeadTopic {
    min-height: 200px;
    background-color: red;
    /* background: #ffffff; */
    background: #0d0d0d;
    /* background: linear-gradient(270deg, rgb(89 89 89) 0%, rgb(28 28 28) 100%); */
    /* background: linear-gradient(270deg, rgb(40 40 40) 0%, rgb(28 28 28) 100%); */
    display: grid;
    align-content: center;
}

.sectionHeadTopic .title {
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.sectionHeadTopic .subtitle {
    color: #838383;
    font-size: 16px;
    font-weight: 300;
    color: var(--secondary-color);
    text-transform: uppercase;
}

section .headTitle {}

section .detail {
    font-size: 14px;
    margin-bottom: 200px;
}

.privacy-policy h5 {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.75rem;
}

.privacy-policy p {
    color: #d7d7d7;
    line-height: 1.7;
    font-weight: 200;
}

.privacy-policy ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    font-weight: 200;
}

.privacy-policy ul li {
    margin-bottom: 0.5rem;
    color: #d7d7d7;
    /* font-size: 0.95rem; */
}

.privacy-policy address {
    font-style: normal;
    color: var(--secondary-color);
    line-height: 1.6;
}

.privacy-policy {
    min-height: calc(100dvh - 120px);
    padding: 14dvh 15px 0px 15px;
    position: relative;

}

.privacy-policy::before {
    content: '';
    background-image: url('../imgs/lunDesign-BG.svg');
    background-size: cover;
    height: calc(100dvh - 120px);
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    overflow: hidden;
    /* top: 0; */
    opacity: .15;
    bottom: 0;
}

/* .privacy-policy::after {
    content: '';
    background-image: url('../imgs/lunDesignBottom.svg');
    width: 100%;
    position: absolute;
    display: list-item;
    background-size: 100dvh;
    bottom: -6px;
    background-position: bottom;
    height: 9dvh;
    left: 0;
    background-repeat: repeat-x;
} */

.privacy-policy>.container {
    position: relative;
}

.sectionH100BG {
    min-height: calc(100dvh - 120px);
    /* background-color: #1c1c1c; */
    background-color: #0d0d0d;
}