.page-header {
 background:linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)),url(../../assets/images/about/about-hero.webp);
 background-position:center;
 background-repeat:no-repeat;
 background-size:cover;
}

.section-title {
 position:relative;
 padding:115px 0 35px 0;
 text-align:center;
}
.section-title::after {
 position:absolute;
 content:"";
 width:2px;
 height:100px;
 top:0;
 left:50%;
 margin-left:1px;
 background:#DA9F5B;
}
