.associated-architects {
	display: flex;
	flex-direction: column;
}

.associated-architects__info-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #fff;
	border-radius: 16px;
	position: relative;
}

.associated-architects__info-wrapper:not(:last-child) {
	margin-bottom: 30px;
}

.associated-architects__link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 16px;
}

.associated-architects__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px;
	max-width: 489px;
}

.associated-architects__info-logo {
	line-height: 0;
	margin-bottom: 50px;
}

.associated-architects__info-name {
	display: flex;
	flex-direction: column;
}

.associated-architects__info-name h2 {
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -0.01em;
}

.associated-architects__info-name h4 {
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.associated-architects__info-description {
	position: relative;
	z-index: 2;
}

.associated-architects__info-description * {
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.01em;
}

.associated-architects__info-description--mobile {
	display: none;
}

.associated-architects__map {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px;
}

.associated-architects__map--image {
	position: relative;
	line-height: 0;
}

.associated-architects__map--image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(transparent 30%, #fff 70%);
}

.associated-architects__map--image img {
	width: 100%;
}

.associated-architects__map h6 {
	margin: 0;
	margin-top: 24px;
}

@media (max-width: 767px) {

	.associated-architects {

	}

	.associated-architects__info-wrapper {
		flex-direction: column;
	}

	.associated-architects__info-wrapper:not(:last-child) {
		margin-bottom: 10px;
	}

	.associated-architects__info {
		padding: 20px 0px 0px 60px;à
		max-width: 100%;
	}

	.associated-architects__info-logo {
		position: relative;
		left: -36px;
		margin-bottom: 25px;
	}

	.associated-architects__info-name {

	}

	.associated-architects__info-name h2 {
		font-size: 25px;
	}

	.associated-architects__info-name h4 {
		font-size: 15px;
		margin: 0;
	}

	.associated-architects__info-description {

	}
	.associated-architects__info-description * {
		font-size: 20px;
	}

	.associated-architects__info-description--desktop {
		display: none;
	}

	.associated-architects__info-description--mobile {
		display: block;
		margin-top: 16px;
		margin-bottom: 30px;
		margin-left: 60px;
	}

	.associated-architects__info-description--mobile *:last-child {
		margin-bottom: 0;
	}

	.associated-architects__map {
		flex-direction: column-reverse;
		padding: 0px;
		align-items: unset;
	}

	.associated-architects__map h6 {
		margin: 10px 0px 24px 60px;
	}

}