.news-banner {
    background-image: url('https://www.hansenmc.com/static/upload/image/20240514/1715673728311370.jpg');
    background-size: 100% 100%;
    background-position: center;
    height: 500px;
}

.news-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.news-card {
    width: 100%;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(750px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.card-image{
    height: 440px;
}

.product_container{
    max-width: 1600px !important;
}

.product_container p{
    margin-bottom: 0 !important;
}