img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* li {
    list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
  }
  
  li:before {
    content: '\2022';
    color: rgb(2, 177, 118);
    font-size: x-large;
    padding-right: 5px;
  } */


ul {
  margin-left: 20px;
  padding-left: 0;
}

.section {
  border-radius: 4px;
  background-color: #eaecef;
  padding: 1.5em;
}

.section-white {
  border-radius: 4px;
  background-color: white;
  padding: 1.5em;
}