<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.footer-1{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	grid-gap:20px;
	
}
.sections{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	grid-gap:20px;
	
	
}
.section-1 a,
.service-sec a,
.service-sec-2 a,
.about a
{
	text-decoration:none;
	color:yellow;
	font-size:18px;
	padding:3px;
	&amp;:hover{
		color:grey;
	}
}
.service-sec-2{
	position:relative;
	bottom:0;
	top:20%;
	
   /* padding-left:80px;*/

}
.service-sec span{
	font-size:18px;
}
.service-sec-2 p{
	font-size:20px;
}
.copyrights h5{
	font-size:20px;
}
.service-sec-2 span{
	font-weight:bold;
	font-size:20px;
}
.about{
	padding-top:50px;
}
.telugu-services h2{
padding-bottom:30px;}
	
.about p{
	font-size:20px;
}
/*.section-1 p{
	
	&amp;:hover{
		border-width:10px;
		border-bottom:2px solid grey;
	}
}*/
.service-sec{
	display:flex;
	align-items:center;

}
.copyrights{
	padding-top:20px;
}
.copyrights span{
	font-weight:bold;
	font-size:17px;
}
.copyrights p{
	font-size:10PX;
}
	</pre></body></html>