.mod-anchors {
	text-align: center;

	/* &:not(.has-background) {
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  @media (width >= 768px) {
    padding-top: 60px;
  	padding-bottom: 60px;
  }

  @media (width >= 1024px) {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  h2 {
    margin-top: 0;
  }
}

*/
	&.has-outro {
		.anchor-links {
			padding-bottom: 1em;
		}
	}
}

.mod-anchors,
.mod-intro-anchors {
	.anchor-links {
		list-style: none;
		margin: 0;

		/* Tablet Styles */
		@media (width >= 768px) {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 40px;
			row-gap: 15px;
		}

		/* Desktop Styles */
		@media (width >= 1024px) {
			grid-template-columns: 1fr 1fr 1fr;
		}

		a {
			width: 100%;
		}
	}
}