.about-section {
  background-color: white;
  margin: 10px;
  border-radius: 10px;

}

.about-section p, b, h3, h4, li,span  {
  color: rgb(51, 51, 51);
}

td,th {
  padding: 14px;
}

.table-section {
  border-bottom: 1px solid ;
}

.bg-main {
  padding: 10px;
  background-color: #00c89a;
  border-radius: 5px;
  text-align: center;
  font-size: 23px;
}

.bg-main p {
  color: white !important;
  margin: 0;

}