ol li {
    display: block;
    position: relative;
  }

  ol li:before {
    content: attr(value) ".";
    position: absolute;
    margin-right: 100%;
    right: 10px;
  }

  .title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    text-align: center;
  }

  .container {
    padding: 1px 16px 1px 16px
  }

  .container2 {
    margin-top: 12px;
  }

  .container3 {
    margin-top: 36px;
  }

  .textStyle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
  }

  .title2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    color: #333333;
  }

  .links {
    color: #e3114e;
  }

  .titleNumber {
    font-weight: 600;
  }

  body {
    background-color: rgb(255, 255, 255)
  }

  p {
    margin: 0px;
 }

 h1 {
    margin-bottom: 0px;
    margin-top: 20px;
 }
 
 ol {
    margin-top: 0px;
 }

 li {
    margin-top: 8px;
 }

 .container4 {
    margin-top: 8px;
 }