body .specifications { display: flex; justify-content: space-between; max-width: 600px; margin: 0 auto; } .spec-column { width: 45%; } .spec-item { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #eaeaec; /* Underline effect for...
Read More