@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
ul.ws-unstyled-list {
 margin-bottom: 0;
 padding-left: 0;
 list-style-type: none;
}

ul.ws-unstyled-list > li {
 border-bottom: 1px solid #bbb;
 padding: 8px;
 font-weight: 700;
}
ul.ws-flex-list li {
 display: flex;
 align-items: flex-start;
 flex-direction: column;
}

ul.ws-unstyled-list > li > span {
 font-weight: 400;
}

.ws-heading-divider {
 margin-bottom: 11px;
}
.ws-heading-divider::after{
 display: block;
 margin: 7px auto 0;
 background: #b30000;
 width: 100%;
 height: 2px;
 content: "";
}

/* HEADER */ .sePage .sePageMain { margin-top: 0px; }


/* HERO PADDING */
.se-section-hp-hero .block-bg-img { padding: 12% 15px; }

@media (min-width: 992px) {
 ul.ws-flex-list li {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-direction: row;
 }
}



