main.about-us p {
  line-height: 1.5em;
}

main.about-us > section > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

main.about-us > section > ul > li {
  flex-shrink: 0;
  width: 48%;
  list-style: none;
  margin: 10px;
  box-shadow: #001f3b3b 2px 4px 5px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5px 5px 25px;
}

main.about-us > section > ul > li > p {
  font-size: 20px;
  font-weight: bolder;
}

main.about-us > section > ul > li li {
  list-style: square;
  line-height: 1.5em;
}
