/*----------------------------------------------------------------- */
/* PARAGRAPH
/*----------------------------------------------------------------- */

.block-text.has-drop-cap::first-letter
{
	font-size: 4.6rem;
	font-weight: var(--font-weight__bold);
	line-height: 4.2rem;

	float: left;

	margin: 0 6px 0 0;

	text-transform: uppercase;
}

.block-text a
{
	text-decoration: none;
}

.block-text a:hover
{
	text-decoration: none;
}

.block-text p:last-child
{
	margin: 0;
}

@media (max-width: 760px)
{
	.block-text.has-drop-cap::first-letter
	{
		font-size: 4.2rem;
		line-height: 3.8rem;

		margin: 0 5px 0 0;
	}
}
