.services-block-with-text-links {
	padding: var(--wp--custom--layout--spacing-56) 0 var(--wp--custom--layout--spacing-56) 0 !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}

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

.services-block-with-text-links.horizontal-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.services-block-with-text-links.horizontal-padding-bottom-40 {
	padding-bottom: var(--wp--custom--layout--spacing-40) !important;
}
.services-block-with-text-links.horizontal-padding-bottom-56 {
	padding-bottom: var(--wp--custom--layout--spacing-56) !important;
}
.services-block-with-text-links.horizontal-padding-bottom-64 {
	padding-bottom: var(--wp--custom--layout--spacing-64) !important;
}
.services-block-with-text-links.horizontal-padding-bottom-92 {
	padding-bottom: var(--wp--custom--layout--spacing-92) !important;
}
.services-block-with-text-links.horizontal-padding-bottom-120 {
	padding-bottom: var(--wp--custom--layout--spacing-120) !important;
}

.services-block-with-text-links.bg-color-sand{
	background-color: var(--wp--custom--color--sand);
}
.services-block-with-text-links.bg-color-sand-light{
	background-color: var(--wp--custom--color--sand-light);
}
.services-block-with-text-links.bg-color-sand-white{
	background-color: var(--wp--custom--color--sand-white);
}
.services-block-with-text-links.bg-color-sand-beige{
	background-color: var(--wp--custom--color--sand-beige);
}

.services-block-with-text-links.bg-color-turquoise-light{
	background-color: var(--wp--custom--color--turquoise-light);
}
.services-block-with-text-links.bg-color-turquoise-sky{
	background-color: var(--wp--custom--color--turquoise-sky);
}
.services-block-with-text-links.bg-color-turquoise-aqua{
	background-color: var(--wp--custom--color--turquoise-aqua);
}

.services-block-with-text-links .inner-wrapper .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.services-block-with-text-links .wrap h2 {
	width: 100%;
	margin-top: 0;
}
.services-block-with-text-links .inner-wrapper {
	display: flex;
	gap: 80px;
}
.services-block-with-text-links .inner-wrapper .col {
	width: 50%;
}

.services-block-with-text-links .inner-wrapper .col .btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

.services-block-with-text-links .inner-wrapper .col ul li {
	padding: 0 0 10px 0;
	display: inline-block;
	width: 100%;
}
.services-block-with-text-links .inner-wrapper .col ul li a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.services-block-with-text-links .inner-wrapper {
		flex-wrap: wrap;
	}
	.services-block-with-text-links .inner-wrapper .show-in-mobile-no.col:nth-child(2) {
		display: none;
	}
	.services-block-with-text-links .inner-wrapper .col {
		width: 100%;
	}

	.services-block-with-text-links .inner-wrapper {
		gap: 20px;
	}


	.services-block-with-text-links.horizontal-padding-40 {
		padding-top: var(--wp--custom--layout--spacing-32) !important;
	}
	.services-block-with-text-links.horizontal-padding-56 {
		padding-top: var(--wp--custom--layout--spacing-40) !important;
	}
	.services-block-with-text-links.horizontal-padding-64 {
		padding-top: var(--wp--custom--layout--spacing-56) !important;
	}
	.services-block-with-text-links.horizontal-padding-92 {
		padding-top: var(--wp--custom--layout--spacing-64) !important;
	}
	.services-block-with-text-links.horizontal-padding-120 {
		padding-top: var(--wp--custom--layout--spacing-92) !important;
	}

	.services-block-with-text-links.horizontal-padding-bottom-40 {
		padding-bottom: var(--wp--custom--layout--spacing-32) !important;
	}
	.services-block-with-text-links.horizontal-padding-bottom-56 {
		padding-bottom: var(--wp--custom--layout--spacing-40) !important;
	}
	.services-block-with-text-links.horizontal-padding-bottom-64 {
		padding-bottom: var(--wp--custom--layout--spacing-56) !important;
	}
	.services-block-with-text-links.horizontal-padding-bottom-92 {
		padding-bottom: var(--wp--custom--layout--spacing-64) !important;
	}
	.services-block-with-text-links.horizontal-padding-bottom-120 {
		padding-bottom: var(--wp--custom--layout--spacing-92) !important;
	}


}

@media (min-width: 430px) {
	.services-block-with-text-links .inner-wrapper .col ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
