body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
}

.content-wrapper {
  padding: 100px 20px;
  text-align: center;
}

h6 {
  font-size: 14px; /* Small size, like h6 */
  font-weight: bold; /* Bold text */
  margin-bottom: 10px; /* Space below the title */
  text-transform: uppercase; /* Make the title uppercase for emphasis */
}

/* font style - clean and separate */
.font-lg {
  font-size: 2rem;
  font-weight: 600;
  margin: 80px 0;
}