.who-we-help-row {
  height: 150px;
  padding: 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  background-color: #f7f7f7;
  margin-bottom: 20px;

  align-items: center;
}

.who-we-help-row:nth-child(3) {
  justify-content: center;
}

.who-we-help-row p {
  text-align: center;
}

.heading_3c {
  background-color: #1d3b81;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 15px;
}

.our-work {
  list-style-type: disc;
}

.our-work li::marker {
  color: #1d3b81;
}
