.mdc-custom__content__title {
  border-bottom: 5px solid var(--secondary-color);
  padding-bottom: 0.2em;
  margin-bottom: 1rem;
}

.mdc-custom__content__sub-title,
h2.mdc-custom__content__item-title {
  margin-block: 3rem 0.5rem;
}

main h3,
main h4,
main h5,
main h6 {
	margin-block: 2rem 0.5rem;
}



.mdc-custom__content__description,
.mdc-custom__content__items:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mdc-custom__content__image img{
	margin-block: 0.5rem;
	max-width: 100%;
}