.post-content {
	.container {
		color: var(--cool-gray);
		padding-top: 0 !important;

		.bg-gradient {
			position: absolute;
			bottom: 50%;
			left: 50%;
			transform: translate(-50%);
			width: 100%;
			max-width: 1440px;
			height: 215px;
			background: var(--Deep-Void-Purple, #542985);
			filter: blur(250px);
			z-index: -1;
		}

		h2 {
			color: var(--white);
			font-size: 20px;
			font-weight: 700;
			margin: 60px 0 20px 0;

			&:first-child {
				margin-top: 0 !important;
			}
		}

		h3 {
			color: var(--white);
			font-size: 18px;
			font-weight: 700;
			margin-top: 40px;

			&:first-of-type {
				margin-top: 0 !important;
			}
		}
	}
}
