.gt-commitment {
	padding: 72px 0;
	background: #07549c;
	color: #fff;
}

.gt-commitment .gt-section__title h2 {
	color: #fff;
	background: none;
	-webkit-text-fill-color: #fff;
}

.gt-commitment .gt-section__title span {
	color: rgba(255, 255, 255, .28);
}

.gt-commitment__brand {
	color: inherit;
	font: inherit;
	line-height: inherit;
	-webkit-text-fill-color: inherit;
}

.gt-commitment__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 28px;
	margin-top: 44px;
	text-align: center;
}

.gt-commitment__icon {
	width: 62px;
	height: 62px;
	margin: 0 auto 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
}

.gt-commitment__icon img {
	width: 28px;
	height: 28px;
	display: block;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: .9;
}

.gt-commitment__item h3 {
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.gt-commitment {
		padding: 36px 0;
	}

	.gt-commitment .gt-section__title {
		align-items: center;
	}

	.gt-commitment__brand {
		display: block;
		white-space: nowrap;
	}

	.gt-commitment__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px 12px;
		margin-top: 20px;
	}

	.gt-commitment__icon {
		width: 50px;
		height: 50px;
	}

	.gt-commitment__icon img {
		width: 22px;
		height: 22px;
	}

	.gt-commitment__item h3 {
		font-size: 11px;
	}
}
