.heading-menu{display:none;}

.related-best-practice ul li {
        width: 27%;
      }
      ol.num-list {
        padding-left: 18px;
        margin-top: 20px;
      }
      ol.num-list li {
        list-style-type: decimal;
        font-weight: 300;
        padding-bottom: 15px;
      }
      @media screen and (max-width: 550px) {
        .related-best-practice ul li {
          width: 80%;
        }
      }