@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Poppins:wght@300;400;500;600;700&display=swap');

body{
	
	font-family: 'Poppins', sans-serif;	
	font-size: 16px;
}

.section-heading{
	color: #f8381f;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

