.th_about_page{margin-bottom: 30px;}
.th_about_page .about-txt{float: left; width: 100%; margin-bottom: 30px;}
.th_about_page .about-txt h2{float: left; width: 100%; font-size:40px;font-family:'NunitoSans';font-weight:700;color:#000;margin-bottom:20px;}
.th_about_page .about-txt p{float: left; width: 100%; font-size: 16px; color: #949494;}
.th_about_page .about-content {float:left;width:100%;padding:32px 24px;border-radius:10px;box-shadow:0px 0px 15px 0px rgba(160,160,160,0.75);margin-bottom:70px;}
.th_about_page .about-content h2,.th_about_page .about-content h3, .th_about_page .about-content h4{color:#ec8713;font-size:25px;font-family:'NunitoSans';font-weight:700;margin-bottom:20px;width: 100%;float:left;}
.th_about_page .about-content p{font-size: 16px; color: #949494; margin-bottom: 30px;}
.th_about_page .about-content p:last-child{margin-bottom: 0px;}
.th_about_page .about-content ul, .th_about_page .about-content ol{width:100%;float:left;}
.th_about_page .about-content ul li, .th_about_page .about-content ol li{width:100%;float:left;color: #949494;margin-bottom:10px}
@media only screen and (max-width: 575px) {
    .th_about_page .about-txt{margin-bottom: 10px;}
    .th_about_page .about-txt h2{font-size: 30px; text-align: center;}
    .th_about_page .about-txt p{font-size: 14px; text-align: center;}
    .th_about_page .about-txt .breadcrumb{margin-bottom: 20px;}
    .th_about_page .about-content{padding: 20px 15px;}
    .th_about_page .about-content h5{font-size: 22px; text-align: center;}
    .th_about_page .about-content p {font-size: 14px; text-align: center;}
}
.th_about_page .about-content li{ list-style:unset !important;}