  	.usm-squiggle-block {
		position: relative;
	}
	.usm-squiggle-wave {
		display: block;
		width: 100%;
		margin-top: -2rem;
	}
	.squiggle-section {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.squiggle-section h2.usm-squiggle-heading {
		font-family: "obviously-wide", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 2rem;
		text-transform: uppercase;
		position: relative;
		padding-bottom: 1rem;
		display: table;
		margin: 0 auto;
		max-width: 31.25rem;
	}
	.squiggle-section h2.usm-squiggle-heading::after {
		content: '';
		display: block;
		width: 100%;
		height: 3rem;
		background-image: url('/_resources/img/backgrounds/decorative-line.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0.5rem auto 0;
	}
	.squiggle-section .text-columns {
		max-width: 50rem;
		margin: 0 auto;
	}

	.squiggle-section .text-columns ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.squiggle-section .text-columns li {
		text-align: center;
	}
	.squiggle-section a.angle.angle--inline::after {
		content: ' >';
		display: inline;
		width: auto;
		height: auto;
		margin-left: .25rem;
		border-radius: 0;
		background-color: transparent;
		background-image: none;
		vertical-align: baseline;
	}
	@media (max-width: 48em) {
		.usm-squiggle-block {
			overflow-x: hidden;
		}
		.squiggle-section {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.usm-squiggle-wave {
			width: 120rem;
			max-width: none;
			margin-top: 0;
		}
	}