.sitemap h2 {
     font-size: 30px;
     color: #4d4f5c;
 }
.sitemap-content .update-date{
     font-size: 16px;
     font-weight: 700;
     line-height: normal;
     color: #4d4f5c;
     display: block;
     margin-bottom: 15px;
}
.sitemap-content p{
     font-size: 15px;
    font-weight:400;
    line-height: 21px;
    color: #4d4f5c;
 }





 ul, li, ol {
     list-style-type: none;
     margin: 0;
     padding: 0;
 }
 .sitemap-content ul li {
     margin-bottom: 0px;
 }
 .sitemap-content ul li a {
     text-transform: none;
     color: #36acfd;
     font-size: 13px;
     font-weight: 500;
     text-decoration: none;
 }
 .sitemap_black_font {
     font-weight: 500;
     color: #000;
 }
 .sitemap-content ul li ul {
     margin-left: 15px;
 }
 .sitemap-content ul li ul li {
     margin-bottom: 0px;
 }