.yacht-model-identity {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.yacht-model-identity__logo {
	display: block;
	width: auto;
	max-width: min(100%, 310px);
	max-height: 88px;
	object-fit: contain;
}

.yacht-model-identity__collection {
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	line-height: 1.25;
	text-transform: uppercase;
}

.yacht-model-identity--single {
	justify-content: center;
	margin-top: -0.5rem;
	margin-bottom: 2rem;
}

.yacht-model-identity--single .yacht-model-identity__logo {
	max-width: min(100%, 390px);
	max-height: 110px;
}

@media (max-width: 767px) {
	.yacht-model-identity {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.75rem;
	}

	.yacht-model-identity--single {
		align-items: center;
	}

	.yacht-model-identity__logo,
	.yacht-model-identity--single .yacht-model-identity__logo {
		max-width: min(100%, 260px);
		max-height: 80px;
	}
}
