<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* education */
.education{
	background:#203462;
	height:auto;
}
.education-title
{
	font-family:var(--ff-poppins);
	font-size:40px;
	color:#fff;
}
.education-list a{
	text-decoration:none;
}
.education-content{
	padding:35px 0 35px 20px;
	color:#ffffff;
}
.education-content.orange{
	background: rgba(255,126,0,0.9);
}
.education-content.green{
	background: rgba(112,176,0,0.9);
}
.education-content.purple{
	background: rgba(147,14,223,0.9);
}
.education-content.red{
	background: rgba(190,0,0,0.9);
}
.education-content.blue{
	background: rgba(0,60,169,0.9);
}
.education-content h4{
	font-family:var(--ff-robotocondensed);
	font-size: 34px;
}
 
.education-content span{
	font-family:var(--ff-robotocondensed);
	font-size: 18px;
	text-align:justify;
	display:block;
	height:140px;
	line-height:24px;
	padding:10px 20px 20px 0;
}
 
.education-details{
	background:#5c5c5c;
	padding:8px 15px; 
	font-family:var(--ff-robotocondensed);
	font-size: 16px;
	width:60%;
	display:block;
}
.education-content:hover .education-details{
	background:#000000;
}
  /* education */</pre></body></html>