.guidelines {
	width: 90vw;
	max-width: 600px;
	margin: 80px auto;
}
.guidelines h2 {
	margin-bottom: 40px;
}
.guidelines table{
	width: 100%;
	text-align: left;
}
.guidelines tr {
	position: relative;
}
.guidelines tr::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #5A4A42;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.guidelines th {
	width: 40%;
	padding: 24px;
}