﻿h1{ font-family: montserrat;
font-weight:700;
color: #000066;
font-size: 25px;
margin-bottom:25px;
margin-top:15px;
}
.col-md-5 {
	font-family: montserrat;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
}
.col-md-3 {
	font-family: montserrat;
	font-weight: 400;
	color: #000066;
	font-size: 14px;
}
.row.element{
   
    background:none;
	border:1px solid #DCD9D9;
	padding: 15px 5px;
	margin-bottom:10px;
	border-radius:10px;
	margin-right: 0px;
	margin-left: 0px;
	
}

.row.element .col-md-1{
	text-align:center;
	}
hr {
display:none;
}