.block-pendleside-table {
	padding: 0 12.5%;
	color: #30264a;
}

.block-pendleside-table__table {
	width: 100%;
	border-collapse: collapse;
	color: inherit;
}

.block-pendleside-table__caption {
	font-family: "p22-mackinac-pro", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	text-align: left;
	padding-bottom: 16px;
	color: inherit;
}

.block-pendleside-table__row {
	border-bottom: 1px dashed #d5d5d5;
}

.block-pendleside-table__row:first-child {
	border-top: 1px dashed #d5d5d5;
}

.block-pendleside-table__cell {
	padding: 26px 24px;
	text-align: left;
	vertical-align: top;
	font-family: "Satoshi-Regular", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.55;
	color: inherit;
}

.block-pendleside-table__cell p {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.block-pendleside-table__cell p + p {
	margin-top: 8px;
}

.block-pendleside-table__cell strong,
.block-pendleside-table__cell b {
	font-family: "Satoshi-Bold", sans-serif;
	font-size: inherit;
}

.block-pendleside-table__cell a {
	color: inherit;
	text-decoration: underline;
}

.block-pendleside-table__row .block-pendleside-table__cell {
	border: 0;
}

.block-pendleside-table__cell--label {
	font-family: "p22-mackinac-pro", serif;
	font-weight: 700;
	font-style: normal;
	padding-left: 40px;
	width: 50%;
}

.block-pendleside-table__cell--label strong,
.block-pendleside-table__cell--label b {
	font-family: inherit;
}

@media (max-width: 1024px) {

	.block-pendleside-table {
		padding: 0 8%;
	}

	.block-pendleside-table__cell--label {
		padding-left: 16px;
	}
}

@media (max-width: 768px) {

	.block-pendleside-table {
		padding: 0 5%;
	}

	.block-pendleside-table__table,
	.block-pendleside-table__table tbody,
	.block-pendleside-table__row,
	.block-pendleside-table__cell {
		display: block;
		width: auto;
	}

	.block-pendleside-table__row {
		padding: 20px 0;
	}

	.block-pendleside-table__cell {
		padding: 0;
	}

	.block-pendleside-table__cell--label {
		padding-left: 0;
		padding-bottom: 6px;
	}

	.block-pendleside-table__cell + .block-pendleside-table__cell {
		margin-top: 4px;
	}
}
