@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin-bottom: 7.5px;
	margin-top: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0;
}

h1 {
	font-size: 1.875rem;
}
h2 {
	font-size: 1.40625rem;
}
h3 {
	font-size: 1.0625rem;
}
h4 {
	font-size: 0.9375rem;
}
h5 {
	font-size: 0.875rem;
}
h6 {
	font-size: 0.75rem;
}
p {
	font-size: 0.9375rem;
	margin-bottom: 15px;
	margin-top: 0;
}
.p {
	margin-bottom: 0;
}
li {
	list-style: none;
}

@media (min-width: 1200px) {
	h1 {
		font-size: 2.34375rem;
	}
	h2 {
		font-size: 1.875rem;
	}
	h3 {
		font-size: 1.625rem;
	}
	h4 {
		font-size: 1.40625rem;
	}
}
