/* Media query code */
/* @media (min-width: 990px) and (max-width: 1250px) {
    .features {
        list-style: none;
        padding: 0;
    }
    
    .features li {
        max-width: 150px; /* Adjust this value if necessary */
        /* white-space: nowrap; Ensure text does not wrap */
        /* overflow: hidden; Hide overflow */
        /* text-overflow: ellipsis; Add ellipsis for overflowing text */
    /* } */
/* } */ 