.nsight-video{
    padding-bottom: 70px;
}

.nsight-video .title h2{
        font-weight: normal !important;
    margin-top: 0;
    text-align: center;
    font-size: 36px !important;
    font-family: Univers LT Std Home !important;
    line-height: 1.3 !important;
    margin-bottom: 26px;
}

.nsight-video .watch-video:after{
content: '';
    position: absolute;
    width: 82px;
    height: 82px;
    cursor: pointer;
    background-image: url(/wp-content/themes/modeln/industry/image/play-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -13px;
    bottom: 0;
    left: 4px;
    right: 0;
    margin: auto;
}

.nsight-video .col-two-cards {
    display: flex !important;
    gap: 20px;
    width: 100%;
}

.nsight-video a.watch-video.empty-tag img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.nsight-video .col-card {
    width: 50%;
    flex: 50%;
    background: #ededed;
    padding-bottom: 20px;
    position: relative;
}

.nsight-video .col-card h3{
        font: 24px / 1 Univers LT Std Home !important;
    padding-top: 10px;
        text-align: center;
        margin-bottom: 0px;

}

@media (max-width:991px){
    .nsight-video .col-two-cards {
        flex-wrap: wrap;
    }

    .nsight-video .col-card{
        width: 100%;
        flex: 100%;
    }
}