.content{
width:var(--contentBasicWd);
margin:0 auto;
}
ul{
list-style: none;
counter-reset: number;
}

h2 {
line-height: 1.6em;
border-left-style: solid;
border-left-width: .5rem;
border-left-color: var(--themeColor);
padding: 0	0	0	.5em;
margin-bottom: 2.5rem;
margin-top: 4rem;
}

p{
margin-left:	1.2em;
}
.itemTitle{
margin-left:	1em;
}
.wp-block-list{
margin-top: 0;
margin-bottom: 2rem;
}
.itemSet{
overflow: hidden;
}

