#tyler main {
	& blockquote {
		border-left: 3px solid silver;
		padding-left: 20px;
		margin: 40px 30px;
		font-size: 22px;
	    text-wrap: balance;
	    line-height: 200%;
		&:before { all:unset; }
	}

	& .ch-div {
		margin: 60px auto;
		& .section { 
			width:80%; 
			margin:0 auto;
			padding: 0;
			&:after {
				position: absolute;
				z-index: 0;
				width:80%;
				height:2px;
				background-color: rgba(64, 88, 156, .2);
				content: "";
				top:40%;
			}
		}
		& img { 
			height:40px; 
			position: relative;
			z-index: 1;
			margin:0 auto;
		}
	}

	& #what p { 
		text-align:center; 
		font-size: 21px;
		font-style: italic;
		margin:40px auto;
	}


	& #imagine {
		background: url(/img/pages/why-i-go-back/bgr.png) center 0 no-repeat;
		background-size: cover;
		border-radius: 20px;
		margin-block: 40px;
		padding: 20px;
		& .section {
			background: rgba(255,255,255,.6);
			border-radius: 10px;
			padding: 20px;
			& p { font-size:19px; line-height:200%; }
		}
	}

	& #whisper {
		background: url(/img/pages/why-i-go-back/bgr.png) center 0 no-repeat;
		background-size: cover;
		background-position: 0 95%;
		border-radius: 20px;
		margin-block: 40px;
		padding: 10px;
		& .section {
			text-align: center;
			background: rgba(255,255,255,.6);
			border-radius: 10px;
			padding: 20px;
			& p { font-size:19px; line-height:200%; }
		}
	}

	& .cen-img {
		& img { 
			display: block;
			margin:40px auto 0; 
		}
	}

	& #cosmic-title {
		margin-block: 40px;
		text-align: center;
		& .cosmic-text {
			white-space: nowrap;
			line-height: .95;
			background: linear-gradient(90deg, #6cced4 0%, #7a8fd0 28%, #b496e1 56%, #e6849a 78%, #f5d27a 100%);
			-webkit-background-clip: text;
			background-clip: text;
			color: transparent;
			filter: drop-shadow(0 2px 26px rgba(120, 90, 210, 0.55));
			font-family: var(--title);
			font-weight: bold;
			font-size: 3em;
			letter-spacing: 0.06em;
			&.multi {
				font-size: 2em;
			}
		}

		& .higher { font-weight:bold; font-size:1.8em; }
	}

	& #cosmic {
		background: url(/img/pages/why-i-go-back/bgr2.jpg) center 0 no-repeat;
		background-size: cover;
		background-position: 0 95%;
		border-radius: 20px;
		margin-block: 40px;
		padding: 10px;
		& .section {
			color:rgba(255,255,255,.8);
			text-align: center;
			border-radius: 10px;
			padding: 20px;
			& p { 
				background-color: rgba(0,0,0,.4);
				font-size:19px; line-height:200%;
				font-style: italic;
				width: fit-content;
				margin:20px auto;
				padding:10px 30px;
				border-radius: 8px;
			}
		}
	}

	& .shiva {
		background: rgba(0,0,0,.03);
		border-radius: 10px;
		padding:20px;
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
		margin-block: 20px 40px;

		& b {
		    background: linear-gradient(90deg, #f6c87a, #e89a64, #d06c84, #b45ca6, #8466c0, #4a64b0);
		    -webkit-background-clip: text;
		    background-clip: text;
		    color: transparent;
		    font-size: 1.8em;
		}
		& i {
			margin-left: 10px;
		    font-size: 0.9em;
			text-transform: uppercase;
			font-style: normal;
		}
	}

	& .shakti { 
		margin-block: 40px;
		& p {
			text-align: center;
			font-style: italic;
			font-size: 1.5em;
			text-wrap: balance;
		}
	}

	& #will-i {
		& p {
			text-align: center;
			font-size: 1.4em;
			& b {
				display: block;
				margin-block: 10px;
				font-size: 1.6em;
			}
		}
	}
}