.about-contact-strip {
	position: relative;
	z-index: 1;
	margin-top: 24px;
	border-top: 1px solid #d6e6f7;
	background: #f7fbff;
}

.about-contact-strip__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) 0.8fr 0.8fr;
	align-items: center;
	gap: 28px;
	padding: 24px 0;
}

.about-contact-strip__intro p {
	max-width: 355px;
	margin: 0 0 13px;
	color: #1f3f65;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.about-contact-strip__intro div {
	display: flex;
	gap: 11px;
}

.about-contact-strip__intro a {
	display: grid;
	width: 27px;
	height: 27px;
	border-radius: 999px;
	background: var(--about-blue);
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	place-items: center;
	text-decoration: none;
}

.about-contact-strip__intro a img {
	width: 13px;
	height: 13px;
	object-fit: contain;
}

.about-contact-strip__item {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 14px;
	color: #173354;
	text-decoration: none;
}

.about-contact-strip__item:hover {
	text-decoration: none;
}

.about-contact-strip__item span {
	grid-row: 1 / 3;
	display: grid;
	width: 54px;
	height: 54px;
	border: 1px solid #b9d8f7;
	border-radius: 999px;
	background: #ffffff;
	color: var(--about-blue);
	font-size: 25px;
	place-items: center;
}

.about-contact-strip__item span img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.about-contact-strip__item strong {
	color: var(--about-blue);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.about-contact-strip__item small {
	color: #3d5877;
	font-size: 13px;
	font-weight: 700;
}

@media (max-width: 820px) {
	.about-contact-strip {
		margin-top: 18px;
	}

	.about-contact-strip__inner {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px 0;
	}
}
