.blogCategory .blog-head {
    position: relative;
    overflow: visible;
}

.blogCategory .blog-head::before {
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--second-color);
}

.subCategory .tour-head, .package_category .tour-head{
    position: relative;
    overflow: visible;
    text-align: left;
    height: 65px;
}
.package_category  .tour-text p{
text-align: left;
}
.subCategory .tour-head::before, .package_category .tour-head::before{
    position: absolute;
    left: 0;
    top: 30px;
    content: "";
    width: 20px;
    height: 4px;
    background: var(--main-color);
}
.subCategory  .tour-cta i, .package_category .tour-cta i{
color: var(--white-color);
z-index: 4;
position: relative;
}
