 

.info-features-box  table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.info-features-box  th,  .info-features-box td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.info-features-box  th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #333;
}

.info-features-box  tr:hover {
    background-color: #f5f5f5;
}
.newslistpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}