.page-header-cat {
    position: relative;
    /* margin-bottom: 45px; */
    padding: 210px 0 90px 0;
    text-align: center;
    background:url(https://www.drjcatering.com/wp-content/uploads/2020/01/76997543_s.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-cat h2 {
    position: relative;
    color: #FDBE33;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header-cat h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #FDBE33;
}

.page-header-cat a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #ffffff;
}

.page-header-cat a:hover {
    color: #FDBE33;
}

.page-header-cat a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header-cat a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header-cat {
        padding: 60px 0;
    }
    
    .page-header-cat h2 {
        font-size: 45px;
    }
    
    .page-header-cat a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header-cat {
        padding: 45px 0;
    }
    
    .page-header-cat h2 {
        font-size: 35px;
    }
    
    .page-header-cat a {
        font-size: 18px;
    }
}