.table-block {
	max-width: 100% !important;
	margin-top: 0 !important;
	padding: 0 !important;
}

.table-block .wrap {
	width: 100%;
}

.table-block.horizontal-padding-top-0 {
	padding-top: 0 !important;
}
.table-block.horizontal-padding-top-40 {
	padding-top: var(--wp--custom--layout--spacing-40) !important;
}
.table-block.horizontal-padding-top-56 {
	padding-top: var(--wp--custom--layout--spacing-56) !important;
}
.table-block.horizontal-padding-top-64 {
	padding-top: var(--wp--custom--layout--spacing-64) !important;
}
.table-block.horizontal-padding-top-92 {
	padding-top: var(--wp--custom--layout--spacing-92) !important;
}
.table-block.horizontal-padding-top-120 {
	padding-top: var(--wp--custom--layout--spacing-120) !important;
}

.table-block.horizontal-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.table-block.horizontal-padding-bottom-40 {
	padding-bottom: var(--wp--custom--layout--spacing-40) !important;
}
.table-block.horizontal-padding-bottom-56 {
	padding-bottom: var(--wp--custom--layout--spacing-56) !important;
}
.table-block.horizontal-padding-bottom-64 {
	padding-bottom: var(--wp--custom--layout--spacing-64) !important;
}
.table-block.horizontal-padding-bottom-92 {
	padding-bottom: var(--wp--custom--layout--spacing-92) !important;
}
.table-block.horizontal-padding-bottom-120 {
	padding-bottom: var(--wp--custom--layout--spacing-120) !important;
}
.table-block h2 {
	margin: 0;
}
.table-block .table {
	border-collapse: collapse;
}
.table-block .wrap .table th {
	text-align: left;
	color: #808080;
	font-weight: 400;
	padding: var(--wp--custom--layout--spacing-24) 40px var(--wp--custom--layout--spacing-24) 0 !important;
	border-bottom: 1px solid #d9d9d9;
}
.table-block .wrap .table td {
	padding: var(--wp--custom--layout--spacing-24) 40px var(--wp--custom--layout--spacing-32) 0 !important;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
	border-bottom: 1px solid #d9d9d9;
}
.table-block .wrap .table tr:last-child td {
	border:0;
}
.table-block .wrap .table td h4 {
	margin: 0;
}
.table-block .wrap .table td a {
	text-decoration: underline;
}
.table-block .wrap .table td a:hover {
	color: var(--wp--custom--color--petrol);
}

.table-block .wrap .table td {
	width:20%;
}
.table-block .wrap .table td:nth-child(3) {
	width:40%;
}
.table-block .wrap .table td p:last-child {
	margin-bottom:0 ;
}
.table-block.bg-color-sand-beige {
	background: var(--wp--custom--color--sand-beige);
}
.table-block.bg-color-sand{
	background-color: var(--wp--custom--color--sand);
}
.table-block.bg-color-sand-light{
	background-color: var(--wp--custom--color--sand-light);
}
.table-block.bg-color-sand-white{
	background-color: var(--wp--custom--color--sand-white);
}
.table-block.bg-color-turquoise-aqua{
	background-color: var(--wp--custom--color--turquoise-aqua);
}
.table-block.bg-color-turquoise-light{
	background-color: var(--wp--custom--color--turquoise-light);
}
.table-block.bg-color-turquoise-sky{
	background-color: var(--wp--custom--color--turquoise-sky);
}

@media (max-width: 1024px) {
	.table-block table {
		min-width: 800px !important;

	}
	.table-block .table {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;

	}
}
