.address-map a.button__primary {
	display: flex;
	align-items: center;
	width: max-content;
}
.address-map--description {
	font-weight: 600;
	max-width: 660px;
}
.address-map--text p {
	font-size: 16px;
}
.address-map--description p:last-of-type,
.address-map--item .address-map--text p:last-of-type {
	margin: 0;
}
.address-map {
	display: flex;
	flex-direction: column;
	gap:1.5rem;
	max-width: 1460px;
	margin: 0 auto;
}
.address-map h1 {
	margin: 0;
	line-height: 1.1;
	width: max-content;
}
.address-map--item .item--inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 0rem;
}
.address-map--item.item__right-align .address-map--iframe {
	order: 2;
}
.address-map--item.item__right-align .address-map--text {
	order: 1;
}
.address-map--item .address-map--iframe {
    border-radius: 12px;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
}
.address-map--item .address-map--iframe iframe {
	width: 100% !important;
    aspect-ratio: 3/2;
    height: 100%;
    margin-bottom: -10px;
}
.address-map--item .address-map--text {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	color: #000;
}
.map-addresses {
	font-family: var(--font__sans-serif);
	font-weight: 600;
	font-size: calc(18px + (25 - 18) * (100vw - 380px) / (1920 - 380));
}
.address-map--item .address-map--text h2 {
	margin:0;
	line-height: 1.1;
	color: #000;
}
.content-container .address-map--item .item--inner {
	padding: 0;
}
.address-map .address-map--text .address-map--numbers {
	display: flex;
	gap: 1rem;
	line-height: 1;
}
.address-map .address-map--numbers a.address-map--phone,
.address-map .address-map--numbers a.address-map--fax {
	font-size: 16px;
	padding: 0.25rem 0.5rem;
}
.address-map .address-map--numbers a.address-map--phone:before {
	content: '\f095';
	font-family: "Font Awesome 5 Pro";
	margin-right: 0.5rem;
}
.address-map .address-map--numbers a.address-map--fax:before {
	content: '\f1ac';
	font-family: "Font Awesome 5 Pro";
	margin-right: 0.5rem;
}
.address-map .address-map--numbers a.address-map--fax {
	color: #000;
	box-shadow: none;
}

@media screen and (min-width: 850px) {
	.address-map--item .item--inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.address-map--item .address-map--iframe {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.address-map--item .address-map--text {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.address-map--item.item__right-align .address-map--iframe {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.address-map--item
		.address-map--iframe
		figure.responsive-media
		figcaption {
		display: block;
	}
	.address-map--item.item__right-align .address-map--text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.address-map--item .address-map--iframe {
		max-width: 50%;
	}
}
@media screen and (min-width: 950px) {
	.address-map--item .address-map--iframe {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media screen and (min-width: 1025px) {
	
}
