.team-item {

  padding: 10px; 
  background-color: rgba(0, 200, 154, 1);
  margin-top: 5px;
  border-radius: 10px;

}

ol li {
  margin-top: 10px;
}

.about-section {
  background-color: white;
  margin: 10px;
  border-radius: 10px;

}

.about-section p, b, h3, h4, li {
  color: rgb(51, 51, 51);
}

.team-img-1 {
  border-radius: 100px;
  border: 2px solid #0059ff;
}

.team-img-2 {
  border-radius: 100px;
  border: 2px solid #00c89a;
}

.team-img-3 {
  border-radius: 100px;
  border: 2px solid #76ffd1;
}