
.ghi-section{--ghi-accent:#ef3123;font-family:"Titillium Web",Arial,sans-serif;background:#fff;color:#252a2e}
.ghi-section *,.ghi-section *:before,.ghi-section *:after{box-sizing:border-box}
.ghi-inner{width:100%;margin:0 auto;display:flex;gap:62px;align-items:center}
.ghi-inner.is-right .ghi-image{order:2}
.ghi-image{flex:0 0 50%;height:560px;overflow:hidden;background:#eceff1}
.ghi-image img{width:100%;height:100%;display:block;object-fit:cover}
.ghi-content{flex:1 1 auto;min-width:0}
.ghi-eyebrow{color:var(--ghi-accent);font-size:16px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}
.ghi-heading,.ghi-item-title{font-family:"Tungsten","Arial Narrow",Arial,sans-serif;text-transform:uppercase}
.ghi-heading{font-size:clamp(46px,4.4vw,74px);line-height:.95;margin:0 0 22px}
.ghi-divider{display:block;width:64px;height:4px;background:var(--ghi-accent);margin:0 0 28px}
.ghi-body{font-size:19px;line-height:1.62}
.ghi-body p{margin:0 0 18px}
.ghi-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}
.ghi-item{padding-top:0}.ghi-item-line{display:block;width:100%;height:1px;background:#d8d8d8;margin-bottom:22px}
.ghi-icon{display:flex;width:max-content;align-items:center;justify-content:center;color:var(--ghi-accent);margin-bottom:14px}
.ghi-icon svg{width:44px;height:44px;fill:currentColor}.ghi-icon i{font-size:42px}
.ghi-item-title{font-size:28px;line-height:1;margin:0 0 12px}.ghi-item-text{font-size:16px;line-height:1.5}
@media(max-width:1024px){.ghi-inner{flex-direction:column;align-items:stretch}.ghi-inner.is-right .ghi-image{order:0}.ghi-image{flex-basis:auto!important;width:100%}}
@media(max-width:767px){
.ghi-section{padding-left:18px!important;padding-right:18px!important}
.ghi-image{height:360px}
.ghi-items{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* v1.0.1: automatically use two columns when exactly four items are present */
.ghi-items--count-4{
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

@media(max-width:767px){
	.ghi-items{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		gap:16px;
	}
	.ghi-item{
		min-width:0;
	}
}

@media(max-width:480px){
	.ghi-items{
		gap:12px;
	}
	.ghi-item{
		padding-top:0;
	}
	.ghi-item-title{
		font-size:24px;
	}
	.ghi-item-text{
		font-size:14px;
		line-height:1.4;
	}
}
