.privacy-terms-section h5,.privacy-terms-section h6,.privacy-terms-section h4,.privacy-terms-section h3,
.privacy-terms-section h2,.privacy-terms-section h1{margin-bottom: 16px;color: var(--gray-02);font-family: var(--ITCAvantGardeProBk-bold);}

.privacy-terms-section p,.privacy-terms-section p a{text-align: start; margin-bottom:18px;color: var(--gray-02); font-family: var(--NeuzeitSbook); font-size: 18px; line-height: 25px; }
.privacy-terms-section p a{color: var(--green);font-family: var(--ITCAvantGardeProMd-med);margin: 0;text-decoration: underline;}
.privacy-terms-section p a:hover{text-decoration: none;}
.privacy-terms-section ul li,.privacy-terms-section ol li{list-style: disc;color: var(--gray-02); font-family: var(--NeuzeitSbook); font-size: 18px; line-height: 25px; text-transform: capitalize;margin-bottom: 5px;}
.privacy-terms-section ul,.privacy-terms-section ol{padding-left: 18px;display:flex;flex-direction: column;margin-bottom: 18px;}
.privacy-terms-section ol{padding-left: 25px;}
.privacy-terms-section ol li{margin-bottom: 10px;list-style: decimal;}
.privacy-terms-section ul ol li{margin-bottom: 10px;list-style: decimal;}
.privacy-terms-section ol ul li{margin-bottom: 10px;list-style: disc;}

/* ===================================== media quiery  ===================================== */
@media screen and (max-width:1199px) {
    .privacy-terms-section h5,.privacy-terms-section h6,.privacy-terms-section h4,.privacy-terms-section h3,
    .privacy-terms-section h2,.privacy-terms-section h1{margin-bottom: 15px;}
    .privacy-terms-section p,.privacy-terms-section p a{margin-bottom:22px;  font-size: 17px; line-height: 24px;}
    .privacy-terms-section li,.privacy-terms-section ol li{font-size: 17px; line-height: 24px;}
    .privacy-terms-section ul{margin-bottom: 22px;}  
}
@media screen and (max-width:991px) {
    .privacy-terms-section h5,.privacy-terms-section h6,.privacy-terms-section h4,.privacy-terms-section h3,
    .privacy-terms-section h2,.privacy-terms-section h1{margin-bottom: 12px;}
    .privacy-terms-section p,.privacy-terms-section p a{margin-bottom:18px; font-size: 17px; line-height: 24px; }
    .privacy-terms-section ul li,.privacy-terms-section ol li{ font-size: 17px; line-height: 24px; }
    .privacy-terms-section ul{margin-bottom: 18px;}    
   }
@media screen and (max-width:767px) {
    .privacy-terms-section h5,.privacy-terms-section h6,.privacy-terms-section h4,.privacy-terms-section h3,
    .privacy-terms-section h2,.privacy-terms-section h1{margin-bottom: 10px;}
    .privacy-terms-section p,.privacy-terms-section p a{margin-bottom:16px;}
    .privacy-terms-section ul{margin-bottom: 16px;}
    
}
@media screen and (max-width:575px) {
    .privacy-terms-section h5,.privacy-terms-section h6,.privacy-terms-section h4,.privacy-terms-section h3,
    .privacy-terms-section h2,.privacy-terms-section h1{margin-bottom: 9px;}
    .privacy-terms-section p,.privacy-terms-section p a{margin-bottom:14px;font-size: 16px; line-height: 23px;}
    .privacy-terms-section ul li,.privacy-terms-section ol li{font-size: 16px; line-height: 23px;}
    .privacy-terms-section ul{margin-bottom: 14px;}
}
