h1{
	text-align:left;
	border-bottom:3px dotted gray;
	font-weight:bold;
	padding-top:15px;
	font-family:'Poppins', sans-serif;
	
}

h2{
	text-align:left;
	border-bottom:3px dotted gray;
	font-weight:bold;
	padding-top:15px;
	font-family:'Poppins', sans-serif;
	
}

.pro-para{
	
	font-size:18px;
	padding-top:18px;
	text-align:justify;
	font-family:'Poppins', sans-serif;
	color:gray;
}

.btn-secondary{
	margin-left:10px;
	background-color:#138D75;
	height:55px;
	font-weight:bold;
	color:white;
	font-size:20px;
	border:none;
	border-radius:4px;
	
}
.btn-secondary:hover{
	background-color:#E74C3C;
}

.span-handing{
	color:sandybrown;
}


.main-box{
	border:none;
	border-radius:8px;
	width:340px;
	height:300px;
	display:block;
	margin-top:20px;
	background-color:white;
	
}
.main-box:hover{
	box-shadow:0px 3px 10px #85929E;

}
.box-hr{
	color:#ca970b;
	width:60px;
	border:1px solid orange;
	margin-left:120px;
	margin-top:13px;
}
 