.center {
    text-align: center;
}

 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 6px;
 margin-bottom: 20px;
 }

 .p1 {
    font-size: 22px;
    font-weight: 500;
 }


 .list_01 { 
    margin: 0px;
    padding: 0px;
}
.list_01 li {
    list-style: none;
    list-style-position: inside;
    line-height: 28px;
    font-size: 16px;
}