main.main-container > .container {
    padding-top: 2rem !important;
}

details {
  background-color:  #D3D4E0;
  border: 1px solid #ADB5BD;
  padding: 1rem;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
  font-weight: bold;
  font-size: 1.125rem;
}

details[open] {
    background: linear-gradient(180deg, #D3D4E0, #FFF 120px);
}

details > .details-content-wrapper {
  font-size: initial;
  font-weight: initial;
  padding: 2rem 1rem 1rem;
}

details > .details-content-wrapper li {
  margin: 0.25rem 0;
}

details > .details-content-wrapper ol:last-child,
details > .details-content-wrapper ul:last-child,
details > .details-content-wrapper p:last-child {
	margin-bottom: 0;
}

h2, h3, h4 {
	font-weight: 400;
}

h2 {
	font-size: 2.5rem;
	line-height: 1.2;
}

h3 {
	font-size:2rem;
	line-height: 1.25;
}

h4 {
	font-size:1.75rem;
	line-height: 1.25;
}