/* About Page styles */
.page-header {
    background: linear-gradient(rgba(0, 96, 100, 0.8), rgba(0, 54, 58, 0.8)), url('../images/ui/hero-bg-2.jpg') center/cover no-repeat;
    padding: 120px 0 150px;
    color: white;
    text-align: center;
    position: relative;
}

/* Custom Wave Fill for About Page */
.page-header .wave-bottom .shape-fill {
    fill: #ffffff;
}