.content { width: 95%; margin: 50px auto; font-family: Montserrat, sans-serif; } h1 { color: #333; text-align: center; } table { width: 80%; margin: 20px auto; border-collapse: collapse; } table, th, td { border: 1px solid #ccc; } th, td { padding: 8px; text-align: left; } th { background-color: #f2f2f2; } h1 { text-transform: uppercase; font-size: 32px; color: #1f3b9b; } h2 { text-transform: uppercase; font-size: 24px; font-weight: bold; } p { font-size: 16px; color: #0b1541; } li { font-size: 16px; color: #0b1541; } .grey-background { background-color: #f0f0f0; } .summary-table { width: 100%; border-collapse: collapse; table-layout: fixed; /* Ensures all columns are equal width */ th, td { border: 1px solid #ddd; padding: 8px; text-align: left; word-wrap: break-word; /* Allows text to wrap within cells */ white-space: normal; /* Ensures long text does not overflow */ } th { background-color: #f4f4f4; font-weight: bold; text-align: center; } }