#PageMain, #PageFooter { margin-top: 0; }
h3.sub-head {
display: flex;
 align-items: center;
}
h3.sub-head::before {
 content: '';
 display: flex;
 align-items: center;
 justify-content: center;
 transition: 0.3s ease-in-out;
 margin-right: 7px;
 margin-bottom: 1.5px;
 width: 36px;
 height: 36px;
 background-image: url(https://www.sefiles.net/merchant/6734/images/site/qc-icon-staff-pick-60.svg);
 background-size: 36px 36px;
 transform: scaleX(-1);
 }
