
#laptop_f .low {
    background-color: var(--white);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 30px 40px;
}
#laptop_f .low > div {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    width: 35%;
    min-width: min-content;
    /* height: 200px; */
}
#laptop_f .low .right {
    justify-content: right;
}

#laptop_f .low .content h2 {
    padding-bottom: 15px;
}
#laptop_f .low .content ul li {
    padding-block: .25rem;
}