.counterconttwo{
	position: relative;
	overflow: hidden;
}

.countercontbgtwo{
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	object-fit: cover;
	object-position: center;
}

.countertwo{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.counterblocktwo{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.rr{
	height: 100vh;
}

.counterblockcounttwo{
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.counterblockcountnumbertwo{
  font-family: Roboto;
  font-size: 64px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #86bd47;
  margin-right: 14px;
  min-width: 80px;
}

.counterblockcounttexttwo{
	  font-family: Roboto;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}

/* Large desktops and laptops */
@media (min-width: 1450px) {
	.counterblocktwo{
		padding-top: 100px;
		padding-bottom: 110px;
	}
	.counterblockcounttwo{
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 20px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1449px) {
	.counterblocktwo{
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.counterblockcounttwo{
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 20px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.counterblocktwo{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.counterblockcounttwo{
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.counterblocktwo{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.counterblockcounttwo{
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 20px;
	}
}

/* Landscape phtwos and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.counterblocktwo{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.counterblockcounttwo{
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 20px;
	}
}

/* Landscape phtwos and smaller */
@media (max-width: 480px) {
	.counterblocktwo{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.counterblockcounttwo{
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 20px;
	}
}	
