@charset "utf-8";
/* CSS Document */

.service-h1-mt-font
{
	font-size: 27px;
    font-weight: bold;
}
.service-h3-mt-font
{
	font-size: 20px;
    font-weight: bold;
}

.service-nvo-h3-mt-font
{
	font-size: 16px;
    font-weight: bold;
	text-align: center;
	color: #373737;
}

.services-list li {
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: 0;
	margin-left: 19px;
	list-style-position: outside;
	list-style-type: disc;
}
.services-list li::marker {
  color: #ff6d2e;
}