.nk-header-title.nk-header-title-lg .nk-header-table {
    min-height: 150px;
}/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.bg-image2, .bg-video2 { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 0%;
    background-size: none;
    z-index: -1;
}

@media (max-width: 768px) {
    .bg-image2, .bg-video2 {
        display: none;
    }
}

  .pricing-table {
            max-width: 600px;
            margin: auto;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .pricing-table h2 {
            margin-bottom: 20px;
        }
        .pricing-table table {
            width: 100%;
            border-collapse: collapse;
        }
        .pricing-table th, .pricing-table td {
            padding: 12px;
            border-bottom: 1px solid #ddd;
        }
        .pricing-table th {
            background-color: #f4f4f4;
        }
        @media (max-width: 600px) {
            .pricing-table {
                padding: 10px;
            }
            .pricing-table th, .pricing-table td {
                padding: 8px;
            }
        }