.section4{
	margin-top: 13.5%;
	width: 100%;
	height: 100%;
}
.section4-cont{
	width: 90%;
    margin-top: 6%;
    margin-left: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 50px;
}
.counter{
	width: 100%;
	height: 100%;
	display: flex;
}
.counter span{
	display: block;
	margin-top: 6%;
	margin-left: 10%;
}
.counter img {
  width: 60px;
  height: 60px;
  margin-top: 10%;
}
.counter .count {	
font-size: 40px;
font-weight: 600;
color: #f5a934;

}
.counter .text {
  color: #f5a934;
  font-weight: 600;
  margin-top: -7%;
}