@charset "UTF-8";

p
{
	font-size: 16px;
	line-height: 1.7;
}

h4
{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 15px;
}

h5
{
	font-size: 18px;
	font-weight: bold;
}

h3.about-title
{
	font-size: 20px;
	padding-bottom: 5rem;
}

h4.about-subtitle
{
	font-size: 1.1rem;
	font-weight: bold;
	padding-bottom: 0;
}

.about-subtxt
{
	padding-bottom: 0.9rem;
	font-size: 1rem;
	margin-bottom: 0;
}


@media (min-width: 1200px)
{
	p
	{
		font-size: 15px;
		line-height: 1.6;
	}

	h4
	{
		font-size: 18px;
		padding-bottom: 5px;
		padding-top: 10px;
	}

	h5
	{
		font-size: 16px;
		padding-top: 5px;
	}

	h3.about-title
	{
		font-size: 20px;
		padding-bottom: 5rem;
	}

	h4.about-subtitle
	{
		font-size: 1.5rem;
		font-weight: bold;
		padding-bottom: 0.6rem;
	}

	.about-subtxt
	{
		padding-bottom: 2rem;
		line-height: 1.7;
	}
}