.counter-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.features-home {
  width: 95%;
  min-height: 260px;
  margin-top: 15px;
  margin-bottom: 45px;
  margin-right: 2px;
  padding: 27px 32px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 50px -3px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.features-page{
	  width: 95%;
  min-height: 180px;
  margin-top: 15px;
  margin-bottom: 45px;
  margin-right: 2px;
  padding: 20px; 
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.04);
  text-decoration: none;

}

.features-home:hover {
  box-shadow: 0 20px 50px -13px rgba(0, 0, 0, 0.15);
}

.numbers {
  margin-top: 9px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.introducing-text {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.info-text{
	  color: #252529;
  font-weight: 600;
}

.introducing-text.gray-text {
  color: #252529;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .features-home {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .features-home {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .introducing-text.gray-text {
    font-size: 15px;
  }
}