ULTIMATE MULTIVITAMIN FOR WOMEN & MEN 50+
.features-section { font-size: 17px; font-family: 'Fjalla One', sans-serif; text-transform: uppercase; font-weight: normal; } /* Background styling for the entire two-column feature section */ .features-table { background-color: #9ac9e6; padding: 16px; border-radius: 8px; display: grid; grid-template-columns: 65% 35%; /* Left column wider than the right */ gap: 0px; /* No gap between items */ } /* Styling for the two-column feature list */ .features-list { list-style-type: none; padding: 0; margin: 0; } .features-list li { display: flex; align-items: center; color: #000; font-size: 17px; padding: 6px 0; } /* Ensuring the correct alignment of both columns */ .features-table .left-column { padding-right: 8px; /* Space on the right side */ } .features-table .right-column {