/* Custom Clearance specific styles */
.about-hero {
    height: 400px;
    background: url('../images/custom-clearance-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-top: 68px;
}
