.blog-banner-img img{
    width:100%;
    height:auto;
    aspect-ratio:auto 1263/250;
}
.page-title{
    position:relative;
}
.title{
    position:absolute;
    left:32%;
    top:49%;
}
.breadcrumb{
    position:relative;
}
.breadcrumb li{
    margin-right:0px;
    color:#fff;
    margin-left:10px;
}
.fa-angle-right:before {
    /*top: 9px;*/
    /*position: absolute;*/
}
.breadcrumb li:nth-child(2):after {
    /* content: " "; */
    height: 2px;
    left: -20px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    background: var(--white);
    width: 12px;
}
.title-heading{
    margin-bottom:1rem;
}
i.fas.fa-home{
    margin-right:5px;
}
section#page-title {
    /* padding-top: 5rem; */
}

@media (min-width: 2000px) and (max-width: 2400px) {
    .title {
        left:37%;
    }
   
}

@media (min-width: 1601px) and (max-width: 1999px) {
    .title {
        left:35%;
    }
    
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .title{
        left: 27%;
    }
    .blog-entry .entry-content .entry-img-wrap .entry-category {
        left: 25px;
    }
}

@media (min-width: 820px) and (max-width: 1023px) {
    .title{
        left: 22%;
    }
    .blog-entry .entry-content .entry-img-wrap .entry-category {
        left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 819px) {
    .title{
        left: 22%;
    }
    .blog-entry .entry-content .entry-img-wrap .entry-category {
        left: 25px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .title-heading{
        font-size: 200%;
    }
    .title {
        position: absolute;
        left: 21%;
        top: 57%;
    }
}