.Products-card{
display: flex;
gap: 16px;
}

.Products-card:nth-of-type(2n) {
    flex-direction: row-reverse;
    text-align: right;
    margin: 16px 0;
}

.Products-card-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 350px;
}

.Products-card-image{
    object-fit: cover;
}

.Products-card-title{
    font-size: 24px;
    margin-bottom: 16px;
}

.news-item {

    
    img {
        width: 400px;
    }
}