/*--------------------------------------------------------------
# Numbers
--------------------------------------------------------------*/

.about-numbers .container {
  max-width:100%;
  margin-bottom:2em;
}
.about-numbers .content {
  margin-left:2em;
  margin-right:2em;
}


.about-numbers .section-title h2, .section-title span {
text-align: center;
}

.about-numbers .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #4d4643;
    position: relative;
    z-index: 2;
}

.about-numbers .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: var(--terraplanet-color-primary);
    bottom: -.2em;
    left: calc(50% - 50px);
}

.about-numbers .section-title p {
	text-align: center;
}

.about-numbers .section-title span {
    position: absolute;
    color: #f0f1f3;
	margin-bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}

.about-numbers .purecounter {
  min-width: 90px;
  padding-right: 15px;
}


@media (max-width: 575px) {
.about-numbers .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

.about-numbers .section-title span {
    visibility: hidden;
  }
}


.about-numbers {
  padding-top: 0;
}

.about-numbers .content {
  padding: 0;
}

.about-numbers .content h3 {
  font-weight: var(--terraplanet-font-weight-headings);
  font-size: 34px;
  color: #222222;
}

.about-numbers .content p {
  margin-bottom: 0;
}

.about-numbers .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.about-numbers .content .count-box i {
  display: block;
  font-size: 36px;
  color: var(--terraplanet-color-primary);
  float: left;
}

.about-numbers .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: bolder;
  color: #222222;
  margin-left: 50px;
}

.about-numbers .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: var(--body-font-family);
  font-size: 14px;
  color: #484848;
}

.about-numbers .content .count-box strong {
  font-size: 18px;

}

.about-numbers .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: var(--body-font-family);
  transition: ease-in-out 0.3s;
}

.about-numbers .content .count-box a:hover {
  color: #6f6f6f;
}

.about-numbers .img-fluid {
    max-width: 80%;
	margin-left:4em;
  }
}


@media (max-width: 1024px) {
.about-numbers img {
    text-align: center;
  }
.about-numbers .img-fluid {
    max-width: 90%;
	margin-left:2em;
  }
}

@media (max-width: 667px) {
  .about-numbers .img-fluid {
    max-width: 100%;
  }
}