/* Blue top strip */
.npns-header-wrapper {
    background: #023b90;

}

/* Header background */
.npns-header {
    background: url('https://giwmscdn.prixacdn.net/media/albums/topbg_CUCDohGKGe.png');
    background-size: cover;
    background-position: center;
    padding: 25px 30px;
    display: flex;
    align-items: center;
}

/* Left group */
.npns-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Logo */
.npns-logo {
    width: 110px;
}

/* Text */
.npns-text h3,
.npns-text h2,
.npns-text h4 {
    color: #fff;
    margin: 2px 0;
    font-family: "Mukta", sans-serif;
}

.npns-text h2 {
    font-size: 16px;
}

.npns-text h3,
.npns-text h4 {
    font-size: 14px;
    font-weight: 500;
}
