.component-head-office {
	display: flex;
	margin-top: 40px;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.component-head-office > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	width: 500px;
}

@media screen and (max-width: 600px) {
	.component-head-office > div {
		flex-direction: column;
	}
}

.component-head-office > div img {
	width: 160px;
	height: 200px;
}

.component-head-office .profile-text {
	display: flex;
	flex-direction: column;
}

.component-head-office .profile-name {
	font-weight: bold;
}

.component-head-office .profile-title {
	margin-bottom: 20px;
}

.component-head-office .profile-icon {
	display: flex;
	gap: 6px;
	font-size: 0.9rem;
}

.component-head-office .profile-icon::before {
	width: 20px;
	height: 20px;
	display: inline-block;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	content: '';
}

.component-head-office .profile-phone::before {
	background-image: url(https://starlight.seventy9.co.uk/static/images/icons/social_phone.svg?v=);
}

.component-head-office .profile-email::before {
	background-image: url(https://starlight.seventy9.co.uk/static/images/icons/social_mail.svg?v=);
}