.main-nav nav .navbar-nav .nav-item a {
    color: #242424;
}

.main-nav nav .navbar-nav .nav-item .nav-las a {
    color: #fff;
}

.page-banner {
    background-image: url('../images/test-img/newsppr.jpg');
    height: 30vh;
    justify-content: center;
    align-items: center;
    display: flex;
}

.text {
    justify-items: center;
}

.nl-min-pho img {
    width: 100%;
    border-radius: 5px;
}

.min-right-upper {
    font-size: 10px;
    line-height: 16px;
}

.nl-p {
    line-height: 15px;
    font-weight: bold;
}

.img-hun {
    width: 100%;
}

.nl-left-top {
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
}

.nl-right-top {
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
}

.pr-nx {
    display: flex;
    justify-content: space-between;
}

.nl-left-inner {
    cursor: pointer;
}

.nl-min-pho img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.nl-min-pho:hover img {
 
    transform: scale(1.1);
}

@media (min-width:150px) and (max-width:991px) {
    .nl-wh-sec {
        display: flex;
        flex-direction: column-reverse;
    }

    .nl-rg-sec1 {
        padding-bottom: 30px;

    }

    .nl-min-pho {
        width: 30%;
        align-items: center;
        display: flex;
    }
}