.section3{
	width: 100%;
	height: 100%;
	margin-top: 5%;
}

.counter-section {
  background-image: url("towers.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter {
  text-align: center;
  color: #fc9206;
  font-size: 55px;
  margin: 0 100px; /* Add margin between the counters */
}

.counter h2 {
  margin: 0;
  font-weight: 400;
}

.counter p {
  margin-top: 5%;
  font-size: 23px;
  color: white;
}