

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	background: #fff;
}

img {
	max-width: 100%;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	color: #142344;
	margin: 40px 0 40px;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	line-height: 55px;
	text-align: center;
}


h2 {
	font-size: 40px;
	font-weight: 400;
	color: #142344;
	margin: 0 0 0 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
}

h3 {
	font-size: 25px;
	font-weight: 600;
	color: #142344;
	line-height: 30px;
	margin: 40px 0 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-family: 'Mulish', sans-serif;
}

h5 {
	color: #2b273f;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}

h6 {
	color: #2b273f;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}


p {
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: #546f7a;
	margin: 16px 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
}


a:hover {
	text-decoration: none;
}
.container {
	max-width: 1280px !important;
	position: relative;
}

.privacy-policy ul {
	padding: 0 0 0 65px;
}
.privacy-policy ul li {
  font-weight: 500;
  font-size: 18px;
  color: #41545b;
  margin: 7px 0 0;
}
.inner-body-section {
	margin: 0 0 40px 0;
}
@media (max-width: 479px) {
	h1 {
	  font-size: 27px;
	  line-height: 40px;
	}
	h3 {
	  font-size: 23px;
	}
	.privacy-policy ul {
  		padding: 0 0 0 30px;
	}
	.privacy-policy ul li {
		font-size: 17px;
	}
}


