.ncp_box {
    margin-top: 20px !important;
}

.ncp_box .ncp-wrapper {
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.ncp_box .item {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: solid 1px #80808040;
}

.ncp_box .list-icon {
    background: url(./../img/list.svg);
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: aquamarine;
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
}

.ncp_box .buttons {
    display: flex;
    justify-content: end;
}

.ncp_box button {
    height: 36px;
    width: 40px;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    font-size: 24px;
    color: #6c6962;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    outline: none;
    background-color: aliceblue;
    box-shadow: 0px 1px 2px #bbb;
    transition: all ease 200ms;
}

.ncp_box button.on {
    color: orange;
    background-color: aliceblue;
}

.ncp_box button:hover {
    color: orange;
    background-color: aliceblue;
}

.ncp_box a {
    display: block;
    transition: 0.2s;
    font-size: 25px;
    color: black;
    font-weight: 500;
}

.ncp_box a:hover {
    opacity: 0.9;
    cursor: pointer;
}

.ncp_box h2 {
    transition: 0.2s;
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-bottom: 20px;
}

.ncp_box h2:hover {
    color: #666;
    cursor: pointer;
}

.ncp_box span {
    font-size: 12px;
    color: #484646;
}

.ncp_box span.price {
    color: orange;
}

.ncp_box .list {
    .item {
        width: 100%;
        margin: 0 auto 20px;
        display: flex;
    }

    .img {
        width: 300px; 
        height: 200px; 
        overflow: hidden; 
        position: relative;
        border: 1px solid #ccc; 
        background-repeat: no-repeat;
        background-size: cover;
    }
    


    .details {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        margin-top: 10px;
        padding-left: 25px;
    }
}

.ncp_box .grid {
    display: flex;
    flex-wrap: wrap;

    .item {
        flex: 0 0 32%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: none;
        margin: 15px 0 0;
    }

    .item:nth-child(3n) {
        margin-right: 0;
    }

    .img {
        width: 300px; 
        height: 200px; 
        overflow: hidden; 
        position: relative;
        border: 1px solid #ccc; 
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    h2 {
        font-size: 15px;
        font-weight: 500;
        margin: 10px 0;
    }

    span {
        display: none;
    }

    .details {
        float: none;
        max-width: 90%;
    }

    p {
        margin-top: 8px;
    }

    a {
        font-size: 15px;
    }

}

@media only screen and (max-width: 600px) {
    .ncp_box .list {
        .img {
            width: 150px;
            height: 100px;
            overflow: hidden;
            position: relative;
            border: 1px solid #ccc;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .details {
            margin-top: 0;
        }
        
        a {
            font-size: 15px;
            font-weight: 500;
        }

        h2 {
            margin-bottom: 10px;
        }
    }

    .ncp_box .grid {
        justify-content: space-around;
    }
    .ncp_box .grid  {

        .item {
            flex: 0 0 45%;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-bottom: none;
            margin: 15px 0 0;
        }
    }
    .ncp_box_2 .news-grid {
        display: block !important;
    }
}

@media only screen and (max-width: 1000px) {
    .ncp_box .list {
        .img {
            width: 150px;
            height: 100px;
            overflow: hidden;
            position: relative;
            border: 1px solid #ccc;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .details {
            margin-top: 0;
        }
        
        a {
            font-size: 15px;
            font-weight: 500;
        }

        h2 {
            margin-bottom: 10px;
        }
    }

    .ncp_box .grid {
        justify-content: space-around;
    }
    .ncp_box .grid  {

        .item {
            flex: 0 0 45%;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-bottom: none;
            margin: 15px 0 0;
        }
    }
}

.ncp_box_2 {
    margin: 15px 0;
}

.news-container {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.header {
    background-color: #d32e2e;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.news-grid {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    background-color: white;
}

.news-column {
    flex: 1;
    margin: 10px;
    border-right: solid 1px #80808061;
    font-size: 12px;
}

.news-column .item {
    flex: 0 0 10%;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}

.news-column .item a {
    color: #0000009e;
    transition: all ease 200ms;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #444343;
    transition: color .2s ease-in-out;
    font-family: Barlow, sans-serif;
}

.news-column .item a:hover {
    color: #b70b19;
}


.news-column .item .buttons a:last-child {
    margin-left: 2px;
}

.news-column:last-child {
    border:none;
}

.news-column:last-child {
    margin-right: 0;
}

.news-header {
    background-color: #f5f5f5;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list li:last-child {
    border-bottom: none;
}

.icon-info, .icon-link {
    margin-left: 5px;
}