.home-branches {
	padding: 0 0 22px;
}

.home-branches__inner {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 40px;
	align-items: stretch;
}

.home-branches__list {
	padding: 20px 0 28px 20px;
}

.home-branches article {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
	margin-bottom: 18px;
}

.home-branches article span {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	line-height: 1;
}

.home-branches article span img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.home-branches h3 {
	margin: 0 0 2px;
	color: #174780;
	font-size: 16px;
	line-height: 1.2;
}

.home-branches p {
	margin: 0;
	color: #2f3d4f;
	font-size: 14px;
	line-height: 1.4;
}

.home-branches__map {
	position: relative;
	overflow: hidden;
	min-height: 285px;
	background: #e8f1f7;
}

.home-branches__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 285px;
	border: 0;
	filter: saturate(0.82) contrast(0.96) opacity(0.72);
}

.pin {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	border: 5px solid #ffffff;
	border-radius: 50% 50% 50% 0;
	background: #064aa7;
	box-shadow: 0 4px 12px rgba(0, 52, 128, 0.24);
	transform: rotate(-45deg);
}

.pin--one {
	top: 25%;
	left: 33%;
}

.pin--two {
	top: 55%;
	left: 58%;
}

.pin--three {
	top: 38%;
	left: 75%;
}

@media (max-width: 820px) {
	.home-branches__inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.home-branches__list {
		padding-left: 0;
	}
}
