  
    .teer-content-section{
    background:#ffffff;
    padding:0px 15px;
    }
    
    .teer-content-container{
    max-width:900px;
    width:100%;
    margin:auto;
    }
    
    .teer-main-title{
    font-size:28px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:20px;
    color:#111;
    }
    
    .teer-sub-title{
    font-size:24px;
    font-weight:700;
    margin-top:35px;
    margin-bottom:15px;
    color:#111;
    line-height:1.4;
    }
    
    .teer-text{
    font-size:18px;
    line-height:1.8;
    margin-bottom:18px;
    color:#333;
    }
    
    .teer-list{
    margin:20px 0;
    padding-left:20px;
    }
    
    .teer-list li{
    font-size:18px;
    line-height:1.8;
    margin-bottom:8px;
    color:#333;
    }
    
    .teer-table-wrap{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    margin:20px 0;
    }
    
    .teer-info-table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    font-size:16px;
    }
    
    .teer-info-table th{
    background:#3FD5BA;
    padding:12px;
    text-align:left;
    }
    
    .teer-info-table td{
    padding:12px;
    border:1px solid #e5e5e5;
    word-wrap:break-word;
    }
    
    .teer-faq-q{
    font-size:18px;
    font-weight:600;
    margin-top:20px;
    margin-bottom:5px;
    }
    
    @media (max-width:768px){
    
    .teer-content-section{
    padding:0px 15px;
    }
    
    .teer-main-title{
    font-size:22px;
    text-align:center;
    }
    
    .teer-sub-title{
    font-size:20px;
    }
    
    .teer-text{
    font-size:16px;
    }
    
    .teer-list li{
    font-size:16px;
    }
    
    .teer-info-table{
    font-size:14px;
    }
    
    .teer-faq-q{
    font-size:16px;
    }
    
    }
    
    @media (max-width:480px){
    
    .teer-main-title{
    font-size:20px;
    }
    
    .teer-sub-title{
    font-size:18px;
    }
    
    .teer-text{
    font-size:15px;
    }
    
    }