@import '../../../styles/essentials';

.lift-posts {
	margin: 4em 0;

	> .container {
		border-top: .5rem solid $light;
	}

	.content-before {
		margin-left: 0;
		padding-left: 0;
		padding-top: 4rem;
	}

	.content-before + .posts-container {
		margin-top: 2rem;
	}

	.post-link {
		color: white;
		display: inline-block;
		font-size: 1.25rem;
		font-weight: 600;
		margin-top: .5rem;
		text-decoration: underline;

		&:hover {
			text-decoration: none;
		}
	}
}
