.footerPTlink {
    color: #4E4E4E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.footerPTlink a {
    font-weight: 700;
    color: #304472;
    text-decoration: underline;
}

.privacy_trm_pageTop h1 {
    color: #304472;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.privacy_trm_pageTop h1::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 14px;
    background: #304472;
    left: 0;
    top: 6px;
}

.privacy_trm_pageTop a {
    font-weight: 600;
    color: #304472;
    text-decoration: underline;
}

.privacy_trm_pageTop p {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.privacy_trm_page {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
}

.privacy_trm_page h2 {
    color: #4D8D26;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
    padding-top: 5px;
}
.privacy_trm_page h3 {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.privacy_trm_page ul {
    padding-left: 40px;
    list-style: disc !important;
    margin-top: 8px;
    margin-bottom: 15px;
}
.privacy_trm_page ul li {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.privacy_trm_page  p {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.mb0 {
    margin-bottom: 0 !important;
}
.privacy_trm_page .grabox {
    border-radius: 10px;
    background: #FBF9F9;
    padding: 30px;
    text-align: center;
    margin-bottom: 12px;
}

.privacy_trm_page .adresFlex {
    display: inline-flex;
    gap: 50px;
    justify-content: center;
    padding-top: 20px;
}
.privacy_trm_page .adresFlex .pipe {
    width: 1px;
    height: 68px;
    background-color: #999;
    margin-top: 20px;
}
.privacy_trm_page .adresFlex .iconbox {
    margin-bottom: 20px;
}
.privacy_trm_page .adresFlex a, .privacy_trm_page .adresFlex span {
    font-weight: 400;
    color: #4E4E4E;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .privacy_trm_page .adresFlex {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .privacy_trm_page {
        padding: 10px 15px;
    }
    .privacy_trm_page .adresFlex .pipe {
        width: 68px;
        height: 1px;
        background-color: #999;
        margin-top: 0;
    }
    .footerPTlink {
        display: inline-flex;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 20px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}
