.sg-gallery-display-title {
	margin: 0;

	font-size: 24px;
	line-height: 34px;
	font-weight: 700;

	color: #111827;

	box-sizing: border-box;
}

.sg-gallery-subtitle {
	margin: 0;

	font-size: 15px;
	line-height: 26px;
	font-weight: 400;

	color: #6b7280;

	box-sizing: border-box;
}

.sg-gallery-item-title {
	margin: 0;

	font-size: 20px;
	line-height: 30px;
	font-weight: 600;

	color: #111827;

	box-sizing: border-box;
}

.sg-gallery-description {
	margin: 0;

	font-size: 15px;
	line-height: 27px;
	font-weight: 400;

	color: #4b5563;

	box-sizing: border-box;
}

.sg-gallery-meta {
	margin: 0;

	font-size: 14px;
	line-height: 24px;
	font-weight: 400;

	color: #374151;

	box-sizing: border-box;
}

.sg-gallery-summary {
	margin: 0;

	font-size: 14px;
	line-height: 25px;
	font-weight: 400;

	color: #374151;

	box-sizing: border-box;
}

.sg-gallery-summary strong {
	font-weight: 600;
}

@media (max-width: 768px) {

	.sg-gallery-display-title {
		font-size: 21px;
		line-height: 30px;
	}

	.sg-gallery-subtitle {
		font-size: 14px;
		line-height: 24px;
	}

	.sg-gallery-item-title {
		font-size: 19px;
		line-height: 28px;
	}

	.sg-gallery-description {
		font-size: 14px;
		line-height: 25px;
	}

	.sg-gallery-meta {
		font-size: 14px;
		line-height: 24px;
	}

	.sg-gallery-summary {
		font-size: 14px;
		line-height: 25px;
	}
}