
#tmplContent ol {
  list-style-type: decimal;
}
#tmplContent ul {
  list-style-type: disc;
}
#tmplContent li > ul {
  list-style-type: circle;
}

#tmplPR .title::before {
  display: none;
}
#tmplPR .title__subtitle {
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
    #cmsBody img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    #cmsBody #col600c ,
    #cmsBody #col400r {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
}
