.featured-title-section {
  background: #f8f8f8;
}
.featured-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.thick-line {
  border: 0;
  height: 8px;
  /* You can adjust the thickness of the line here */
  background-color: #69bd44;
  /* And adjust the color of the line here */
  width: 33%;
  opacity: 1;
}
.page-content p {
  font-size: 1.2rem;
  /* adjust this value to your desired font size */
}
