.benefits-table {
    display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
}

.benefit {
		list-style-type: none;
		min-width: 0;
}