
.MB30 {
    margin-bottom: 30px!important;
}

.insight-listing {
    display: inline-block;
    width: 100%
}

.insight-card {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 0 10px 7px rgba(0,0,0,.03);
    min-height: 350px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background: #fff
}

.insight-img {
    width: 100%;
    height: 375px;
    position: relative;
    overflow: hidden
}

.insight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.insight-dtl {
    display: inline-block;
    width: 100%;
    padding: 30px 20px 30px 30px
}

.insight-dtl h4 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    text-transform: capitalize;
    min-height: 68px
}

.insight-dtl p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    min-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.insight-card-lg .insight-dtl {
    padding: 35px 50px
}

.insight-card-lg .insight-dtl p {
    min-height: 103px
}

.insight-card-lg .insight-dtl h4 {
    min-height: inherit
}

.insight-card-sm:hover {
    background: var(--theme-color);
    color: var(--white)
}

.insight-card-sm:hover .cmn-sub-ttl,.insight-card-sm:hover .home-link {
    color: #212121 !important
}

.insight-card-sm:hover .home-link i svg path {
    fill: var(--white)
}