.center-body{
  align-items: center;
  justify-content: center;
  display: flex
}
.terms-container {
	font-family: 'font-family: "Montserrat";', sans-serif;
	color: #262626;
	width: 100%;
  max-width: 600px;
	padding: 10px;
}
.terms-title h1 {
	font-size: 25px;
	font-family: "Montserrat";
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
.terms-body h4 {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: initial;
	line-height: 25px;
  text-align: justify
}
.terms-body h3 {
	font-family: "Montserrat";
	color: #262626;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	font-size: 18px;
}

ul.a {
	font-family: "Montserrat";
	text-align: justify;
	list-style-type: circle;
	font-size: 14px;
	list-style-position: outside;
}
ul li {
	margin-bottom: 5px;
}
.terms-body p {
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
.terms-body a {
	color: #3d9aeb;
}
.terms-body a:hover {
	color: #3d9aeb;
	text-decoration: none;
}
.terms_footer h3 {
	margin-top: 60px;
	margin-bottom: 125px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
	color: #262626;
}
.terms_footer h3 a:link {
	color: #3d9aeb;
	text-decoration: none;
}
