@charset "utf-8";

h3 {font-size: 24px !important;font-weight: 800;}
h4 {font-size: 18px !important;font-weight: 700;}


h3 {display: inline-flex;align-items: start;position:relative;padding:0 0 10px 2px;color:#333;}
h3::before {content: '\F26A';margin-right: 8px; font-family: bootstrap-icons;font-size: 24px;color: var(--primary);}
._objHeading:has(h3) {margin-bottom: 10px !important;}
._objHeading:has(h3):not(:first-of-type) {margin-top: 80px !important;}
h4 {position:relative;display:inline-block;margin-top:20px !important; margin-bottom:5px;color:#bd2723;}

@media screen and (max-width:1024px) {
    h3 {font-size: 22px !important;}
    h3::before {font-size: 22px;color: var(--primary);}
}
