.mainAboutPage .section-title .title {
  margin: 0 0 10px;
  line-height: 1.2;
}
.mainAboutPage ul {
  list-style: disc;
  padding-left: 20px;
}
.mainAboutPage ul li {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .section-title {
    padding-bottom: 0;
  }
  .section-title .hr-primary {
    margin-bottom: 10px !important;
  }
}