OK! Challenge success obtained!
I found a work around for Q2!
Page Display > Show Page Heading: Hide
Options > Category: Show
custom.css
/*********** Category & Article Headers & Sub Cover page from Category Link ***********/
.subheading-category,
.page-subtitle {
font-family:"Roboto", Arial, Helvetica, sans-serif!important;
font-size: 45px;
font-weight: 100 !important;
line-height: 1.6;
color: #222222;
display: block;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
text-align: center;
}
.subheading-category {
font-family:"Roboto", Arial, Helvetica, sans-serif!important;
font-size: 45px;
font-weight: 100 !important;
line-height: 1.6;
color: #222222;
display: block;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
text-align: center;
}
.page-subheader {
border-bottom: 0px solid #e8e8e8;
margin: 0 0 24px;
}