.intro-text-block {


	&.option_1 {

		h2 {
			position: relative;
			margin-bottom: 30px;
			padding-bottom: 30px;
			&::before {
				content: '';
				position: absolute;
				bottom: 0px;
				left: 0;
				border-top: 1px solid !important;
				max-width: 70px !important;
				width: 100% !important;
			}
		}

	}


	&.option_2 {

		h3 {
			margin-left: auto;
			margin-right: auto;
			max-width: calc(700px + (var(--padding) * 2)) !important;
			text-align: center;
		}

		.columns {
			div {
				*:last-child,
				*:only-child {
					margin-bottom: 0 !important;
				}
				&:nth-child(1) {
					position: relative;
					&::before {
						content: '';
						position: absolute;
						top: 0px;
						right: calc(var(--post-margins) * -1);
						background-color: var(--wp--preset--color--navy);
						width: 1px;
						height: 100%;
					}
				}
			}
		}

		.wp-block-buttons {
			margin-top: 50px;
			justify-content: center;
		}

	}


	.container.items-center {
		h2, h3 {
			max-width: calc(700px + (var(--padding) * 2)) !important;
			&::before {
				left: 50%;
				transform: translateX(-50%);
			}
		}
		p {
			max-width: calc(700px + (var(--padding) * 2)) !important;
		}
		.wp-block-buttons {
			justify-content: center;
		}
	}


}