#article span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}

#article h3 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #005baa;
  background-image: linear-gradient(45deg, #005baa, #000000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#article h5 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #005baa;
  background-image: linear-gradient(45deg, #005baa, #000000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#article hr {
  display: block;
  background: #005baa;
  height: 0.25rem;
  width: 12rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

.custom-list {
  list-style-type: decimal;
  padding-left: 20px;
}

.custom-list li {
  margin-bottom: 10px; /* Jarak antar item */
}