.pbmit-element-service-style-2 .pbmit-service-style-2 {
    flex: auto;
    width: auto;
    display: inline-block;
    margin: 0;
    position: relative;
}
.pbmit-element-service-style-2 .pbminfotech-post-item {
    display: inline-block;
    padding-right: 30px;
    padding-left: 45px;
}
.pbmit-element-service-style-2 .pbminfotech-post-item a:after {
    position: absolute;
    content: "";
    font-size: 50px;
    line-height: 62px;
    height: 50px;
    width: 3px;
    background: rgba(var(--pbmit-attorly-white-color-rgb), 0.3);
    transform: rotate(20deg);
    top: 15px;
    right: -25px;
}
.pbmit-service-style-2 .pbmit-service-title {
    position: relative;
    z-index: 0;
    font-size: 49px;
    line-height: 49px;
    letter-spacing: 1px;
}
.pbmit-service-style-2 .pbmit-service-title a {
    color: #bccadb;
}
.pbmit-service-style-2 .pbmit-hover-img img {
    width: 390px;
    height: auto;
    margin-top: -250px;
    margin-left: 50px;
    z-index: 3;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}
.pbmit-service-style-2:hover .pbmit-service-title a {
    color: #fff;
}
.pbmit-service-style-2:hover .pbmit-service-title {
    z-index: 3;
}
.pbmit-element-service-style-2 .row.multi-columns-row {
    display: block;
    text-align: center;
}
.pbmit-element-service-style-2 .pbminfotech-post-item a {
    position: relative;
}
.pbmit-element-service-style-2 .pbminfotech-post-item a:before {
    content: counter(pbmitbox4, decimal-leading-zero) ". ";
    counter-increment: pbmitbox4;
    position: absolute;
    top: -5px;
    left: -50px;
    color: var(--pbmit-attorly-global-color);
    font-size: 20px;
    font-weight: 500;
}

.pbmit-element-service-style-2 .pbmit-service-style-2:last-child .pbminfotech-post-item a:after{
	display: none;
}

@media(max-width:767px) {
    .pbmit-service-style-2 .pbmit-service-title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media(max-width:575px) {
    .pbmit-service-style-2 .pbmit-service-title {
        font-size: 30px;
        line-height: 40px;
    }
    .pbmit-element-service-style-2 .pbminfotech-post-item a:after {
        content: unset;
    }
    .pbmit-element-service-style-2 .pbmit-service-style-2 {
        padding: 0;
    }
    .pbmit-service-style-2 .pbmit-hover-img img {
        width: 200px;
        margin-top: -100px;
        margin-left: -30px;
    }
}