.about .about-flex .about-info h3 {
  font-size: 48px;
  margin-top: 0;
}

.about p {
  font-size: 18px !important;
  margin-bottom: 15px;
}

.about-flex {
  display: flex;
  gap: 5%;
  align-items: center;
}

.about-list {
  margin-top: 30px;
  line-height: 1.5;
}

.about-list h4 {
  font-size: 20px !important;
  margin-bottom: 20px;
  color: #000 !important;
}

.about-list li {
  color: #000 !important;
  font-size: 18px !important;
}

.static-page .pane ul li:before {
  background: #000;
}
