*{
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
           font-family: "Khand", sans-serif;
}


.Newsportal_1280px{
    max-width: 1280px;
    /* height: 2100px; */
    /* background-color: red; */
}
.entertainment-featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 items per row */
    gap: 20px; /* space between items */
}

