

.principle{
    margin:18px 0;
}

.principle h4{
    color:#D4AF37;
    margin-bottom:6px;
    font-size:1rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.principle p{
    margin:0 0 20px 20px;
    color:#d6dee8;
}

	.engineering-text p{
		margin:12px 0;
		line-height:1.8;
	}

	.engineering-quote{
		margin:25px 20px;
		padding:18px 28px;
		border-left:3px solid #D4AF37;
		background:rgba(212,175,55,.04);
		font-style:italic;
		line-height:1.8;
	}
	
	
		.section-body{
			margin-left:30px;
		}

		.section-body p{
			margin:15px 0;
			line-height:1.9;
		}

		.section-body blockquote{
			margin:25px 0;
		}
	
	.typing-text-two {
		/*
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
		*/
		
		font-family: 'Open Sans', Arial, sans-serif;
		font-size:0.8125rem;
		font-weight:300;
		
		color:#D9E1EA;
		
		letter-spacing:.02em;		
		line-height: 1.8;
		/* 
			border-right: 2px solid rgba(212,175,55,.55);
			width: 0ch;
			animation: typingLoop 30s forwards; 
			*/
	}


/* ========================================= */
/* HOW WE THINK                              */
/* ========================================= */

		.how-we-think{
			background:#0b0b0b;
			padding:100px 40px;
			color:#d8d8d8;
		}

		.container{
			max-width:1200px;
			margin:auto;
		}

		.section-header{
			text-align:center;
			margin-bottom:60px;
		}

		.section-label{
			color:#D4AF37;
			letter-spacing:4px;
			font-size:12px;
		}

.section-header h2{

    color:white;

    font-size:54px;

    margin-top:10px;

}

.gold-line{

    width:120px;

    height:2px;

    background:#D4AF37;

    margin:30px auto;

}

.main-quote{

    font-size:32px;

    color:white;

    text-align:center;

    max-width:900px;

    margin:60px auto;

    font-style:italic;

    line-height:1.6;

}

.intro-text{

    text-align:center;

    max-width:850px;

    margin:70px auto;

}

.intro-text h3{

    font-size:34px;

}

.gold-text{

    color:#D4AF37;

}

.thinking-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

    margin-top:70px;

}

.thinking-card{

    background:#141414;

    padding:35px;

    border:1px solid #2b2b2b;

    border-radius:12px;

    transition:.35s;

}

.thinking-card:hover{

    border-color:#D4AF37;

    transform:translateY(-8px);

}

.thinking-card h3{

    color:#D4AF37;

}

.bridge-section{

    margin-top:90px;

    text-align:center;

    max-width:900px;

    margin-left:auto;

    margin-right:auto;

}

.highlight{

    color:#D4AF37;

    font-size:24px;

    font-weight:bold;

}

.questions{

    margin-top:90px;

}

.questions ul{

    max-width:700px;

    margin:auto;

}

.questions li{

    margin:18px 0;

    font-size:20px;

}

.closing{

    text-align:center;

    margin-top:90px;

}

.closing h3{

    margin-top:40px;

    font-size:36px;

}