*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page-title-area{
    background-image: url('./img/banner-4.jpg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}