/* FOR Default page settings */

.default-content {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-align: justify;
  word-spacing: -1px; /* Adjust as needed */
  hyphens: auto;
}

.default-content h3 {
	  text-align: center;
}
.default-content p {
	  text-align: justify;
    word-spacing: -1px; /* Adjust as needed */
    hyphens: auto;
}

.default-content li {
    list-style: none;
    text-align: justify;
    word-spacing: -1px; /* Adjust as needed */
    hyphens: auto;
}