// ============================================================================
// :: Download asset
// ============================================================================
// .m-download-asset {}

// ============================================================================
// :: Elements
// ============================================================================
.m-download-asset__image-container {
	display: flex;
	justify-content: center;
	align-items: center;

	height: 20rem;
}

.m-download-asset__image {
	max-width: 100%;
	max-height: 20rem;
}

.m-download-asset__title {
	display: block;

	font-family: $font-family-beausans;
	font-weight: $font-weight-bold;
	font-size: $font-size-1x-large;
	line-height: $line-height-2x-large;

	color: $text-color;
}
