



.tot_container {
    background-color:#fff1db;
    margin-top:80px;
}

.tot_title {
  margin-left : 20%;
  margin-right : 20%;
  padding:50px 0px;
  text-align        : center;
  font-size         : 18px;
  font-weight       : bold;
}

.tot_text {
  margin-left : 20%;
  margin-right : 20%;
    text-align        : left;
    font-size         : 14px;
}

.lpd20 {
  padding-left:20px;
}

.lpd40 {
    padding-left:40px;
}

ol.list_parentheses {
  padding-left:0;
  margin-bottom:5px;
}

ol.list_parentheses li {
  text-indent: -29px;
  padding-left: 29px;
  margin-bottom:5px;
  list-style-type: none;
  counter-increment: cnt;
}

ol.list_parentheses li::before {
  content: "(" counter(cnt) ") ";
}
