#div_main > main > header:first-child,
#div_main > section > header:first-child,
#div_main > div > div > header:first-child,
#div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 0 1rem !important;
  margin-bottom: 2rem !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  text-align: left !important;
}

#div_main > main > header:first-child > div:first-child,
#div_main > section > header:first-child > div:first-child,
#div_main > div > div > header:first-child > div:first-child,
#div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] > div:first-child {
  display: flex !important;
  flex: 0 1 auto !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 0 1rem !important;
  min-width: 0 !important;
}

#div_main > main > header:first-child h1,
#div_main > section > header:first-child h1,
#div_main > div > div > header:first-child h1,
#div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] h1 {
  order: 1 !important;
  margin: 0 1rem 1rem 0 !important;
  color: #111827 !important;
  font-size: 2.25rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration-line: underline !important;
  text-decoration-color: #60a5fa !important;
  text-decoration-thickness: 0.5rem !important;
  text-underline-offset: 3px !important;
}

#div_main > main > header:first-child h1 > span,
#div_main > section > header:first-child h1 > span,
#div_main > div > div > header:first-child h1 > span,
#div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] h1 > span {
  letter-spacing: 0 !important;
  text-decoration: inherit !important;
  text-decoration-color: inherit !important;
  text-decoration-thickness: inherit !important;
  text-underline-offset: inherit !important;
}

#div_main > main > header:first-child > p:first-of-type,
#div_main > section > header:first-child > p:first-of-type,
#div_main > div > div > header:first-child > p:first-of-type,
#div_main > main > header:first-child > div:first-child > a:first-child,
#div_main > section > header:first-child > div:first-child > a:first-child,
#div_main > div > div > header:first-child > div:first-child > a:first-child,
#div_main > main > header:first-child > div:first-child > p:first-child,
#div_main > section > header:first-child > div:first-child > p:first-child,
#div_main > div > div > header:first-child > div:first-child > p:first-child,
#div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] > div:first-child > p:first-child {
  order: 2 !important;
  margin: 0 0 1.125rem 0 !important;
  padding: 0 !important;
  color: #6b7280 !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

#div_main > main > header:first-child > p:not(:first-of-type),
#div_main > section > header:first-child > p:not(:first-of-type),
#div_main > div > div > header:first-child > p:not(:first-of-type) {
  order: 5 !important;
  flex-basis: 100% !important;
  max-width: 48rem !important;
  margin: -0.375rem 0 0 0 !important;
  color: #4b5563 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  letter-spacing: 0 !important;
}

#div_main > div > div > header:first-child > span:last-child,
#div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] > span:last-child {
  order: 3 !important;
  align-self: flex-end !important;
  margin: 0 0 1rem auto !important;
}

#div_main h1.tracking-tight {
  letter-spacing: 0 !important;
}

@media (max-width: 640px) {
  #div_main > main > header:first-child,
  #div_main > section > header:first-child,
  #div_main > div > div > header:first-child,
  #div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.25rem !important;
    margin-bottom: 1.5rem !important;
  }

  #div_main > main > header:first-child > div:first-child,
  #div_main > section > header:first-child > div:first-child,
  #div_main > div > div > header:first-child > div:first-child,
  #div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] > div:first-child {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.25rem !important;
  }

  #div_main > main > header:first-child h1,
  #div_main > section > header:first-child h1,
  #div_main > div > div > header:first-child h1,
  #div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] h1 {
    margin: 0 0 0.35rem 0 !important;
    font-size: 1.875rem !important;
    line-height: 1.1 !important;
  }

  #div_main > main > header:first-child > p:first-of-type,
  #div_main > section > header:first-child > p:first-of-type,
  #div_main > div > div > header:first-child > p:first-of-type,
  #div_main > main > header:first-child > div:first-child > a:first-child,
  #div_main > section > header:first-child > div:first-child > a:first-child,
  #div_main > div > div > header:first-child > div:first-child > a:first-child,
  #div_main > main > header:first-child > div:first-child > p:first-child,
  #div_main > section > header:first-child > div:first-child > p:first-child,
  #div_main > div > div > header:first-child > div:first-child > p:first-child,
  #div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] > div:first-child > p:first-child {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  #div_main > main > header:first-child > p:not(:first-of-type),
  #div_main > section > header:first-child > p:not(:first-of-type),
  #div_main > div > div > header:first-child > p:not(:first-of-type) {
    margin: 0.25rem 0 0 0 !important;
  }

  #div_main > div > div > header:first-child > span:last-child,
  #div_main > div > div > div:first-child[class*="border-b"][class*="pb-4"] > span:last-child {
    align-self: flex-start !important;
    margin: 0.25rem 0 0 0 !important;
  }
}
