.solving-recruitment-blog .employer-banner {
    background-image: none;
    background-color: #fff;
}

.solving-recruitment-blog .blog-main-banner {
    height: 500px;
}

.text-vilot {
    color: #845EF7;
}

.solving-recruitment-blog h3{
font-size: 22px;
}

/* new Blog page changes */

.custom-breadcrumbs li.active {
    border-left: none;
}
.custom-breadcrumbs li {
 border-left: none;
 margin-bottom: 0px;
padding: 15px 0px;
border-bottom: 1px solid #00000030;
}
.custom-breadcrumbs li:first-child {
    padding-top: 0px;
}
.custom-breadcrumbs li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.cus-mb-30 {
margin-bottom: 30px;
}

@media (min-width: 1180px) {
    .custom-breadcrumbs {
        height: 80vh;
        overflow-y: scroll;
    }
}