.pbmit-service-style-2{
    height:100%;
}

.pbmit-service-style-2 .pbminfotech-post-item{
    height:100%;
}

.pbmit-service-style-2 .pbmit-box-content-wrap{
    height:100%;
    display:flex;
    flex-direction:column;
}

.pbmit-service-style-2 .pbmit-image-wrap{
    aspect-ratio: 4 / 3;
    overflow:hidden;
    flex-shrink:0;
}

.pbmit-service-style-2 .pbmit-featured-img-wrapper,
.pbmit-service-style-2 .pbmit-featured-wrapper{
    width:100%;
    height:100%;
}

.pbmit-service-style-2 .pbmit-featured-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.pbmit-service-style-2 .pbmit-service-content-wrap{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:90px;
}

.pbmit-video-play-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.pbmit-video-play-btn .custom-play-icon{
    font-size:32px;
    line-height:1;
    color:#fff;
    display:inline-block;
    margin-left:4px;
}