﻿
h1.has-subtitle {
	margin-bottom: 24px;
}
p.subtitle {
	max-width: 760px;
	margin-bottom: 64px;
}
@media (max-width: 1080px) {
	p.subtitle {
		margin-bottom: 24px;
	}
	.details-header + .card {
		margin-bottom: 56px;
	}
}
@media (max-width: 767px) {
	p.subtitle {
		margin-bottom: 16px;
	}
	.details-header + .card {
		margin-bottom: 48px;
	}
}

/* CATEGORY NAVIGATION */
/* inherits from category-nav.css */

