@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;1,200;1,300&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Poppins', sans-serif;
}
.main-started{
	position: relative;
}
.started-desc {
	padding: 0px 10px;
}
.started-desc h1{
	padding-bottom: 25px;
}
.icon-items{
	width: 220px;
	background: white;
	text-align: center;
	border-bottom: 4px solid blue;
	border-top: 2px solid grey;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 padding: 25px;
}

.item-section{
	
}
.icon-items p{
	padding-top: 15px;
}
.icon-items span{
	font-size: 60px;
}
.start-bg{

}
.start-bg img{
		position: absolute;
	width: 300px;
	left: 10%;
	top: 10px;
	z-index: -1;
}

.btn {
	background: orange;
	color: white;
	text-decoration: none;
	outline: none;
	margin-top: 50px;
}
.btn:hover {
	color: white;
	text-decoration: none;
}