body {
	line-height: 1;
	margin: 0;
}
header {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}
header img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.container {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}
.intro {
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
}
.intro h1 {
	color: #B2292E;
    font-size: 1.8em;
    font-weight: 800;
    font-family: 'Mukta', sans-serif;
}
.intro h2 {
	font-size: 1.2em;
	font-weight: 400;
	font-family: 'Mukta', sans-serif;
}
.intro p {
	color: #B2292E;
	font-size: 1.2em;
	font-weight: 400;
	font-family: 'Mukta', sans-serif;
}
.content {
    text-align: center;
}
.box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 25px;
	/*background: #B2292E;*/
	border: 3px solid #B2292E;
	border-radius: 25px;
	padding: 5%;
	vertical-align: top;
}
.box a {
	text-decoration: none;
	color: white;
	font-family: 'Mukta', sans-serif;
}
.box h3,p {
	text-align: center;
	font-family: 'Mukta', sans-serif;
	
}
.box h3 {
	font-size: 1.7em;
	color: white;
	line-height: 1.5;
	font-weight: 200;
	margin-bottom: 0;
}
.box p {
	font-size: 1.4em;
	color: white;
	line-height: 1.5;
	font-weight: 200;
	margin-top: 5px;
}
.box ul li {
	list-style-type: none;
	font-size: 1.5em;
	font-family: 'Mukta', sans-serif;
}
.box ul li img {
	width: 25px;
	height: 25px;
}

footer {
	max-width: 1400px;
	width: 100%;
	text-align: center;
}
footer p {
	color: #B2292E;
	font-size: 1.2em;
	margin-bottom: 25px;
	font-family: 'Mukta', sans-serif;
}

footer img {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}