.pbl-header-img {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 50px;
    margin-top: 80px;
}
.pbl-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 700px;
    min-height: 450px;
}
.pbl-header-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    left: 0;
    
}