body {
  background-color: #f1f1f1;
  /*padding-top: 20px;¨*/
}

.young-passion-gradient {
  background: linear-gradient(40deg, #b12a5b, #ff8177);
}

.title h1 {
  text-align: left;
  color: #353535;
  font-size: 35px;
}

.hero {
  color: white;
  padding: 39px 5px;
}

.hero a button {
  font-size: 17px;
  color: #fff;
  padding: 7px;
  border-radius: 9px;
  border: 2px solid #fff;
  background-color: #ffffff00;
  font-weight: 700;
  margin: 30px 0;
}

.hero #counters_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  height: 100%;
}

.hero #counters_hero .cont {
  margin: auto;
}

.hero #counters_hero .cont .label {
  text-align: center;
  height: 49px;
  line-height: 1.4;
  font-size: 14px;
}

.circle {
  width: 99px;
  height: 99px;
  background: #cfcfcfb9;
  border-radius: 78px;
  margin: auto;
}

.circle .counter {
  font-size: 20px;
  text-align: center;
  color: white;
  line-height: 4.6;
  width: auto;
  padding: 0px 0 0 0em;
}

.description {
  background-color: #e0e0e0;
  padding: 15px;
  color: #3c3c3c;
}

.description p {
  font-weight: 700;
}

#counters_1,
#counters_2,
#counters_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 33px;
}

#counters_1 .counter,
#counters_2 .counter,
#counters_3 .counter {
  font-size: 33px;
  font-weight: 600;
  color: #000;
  width: auto;
}

#counters_1 p,
#counters_2 p,
#counters_3 p {
  margin-bottom: 0;
  width: 20px;
  float: left;
  color: #04884c;
  font-size: 29px;
  line-height: 1.6;
}

#counters_1 .text,
#counters_2 .text,
#counters_3 .text {
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #616161;
}

#counters_1 .cont .row,
#counters_2 .cont .row,
#counters_3 .cont .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  #counters_1 .counter,
  #counters_2 .counter,
  #counters_3 .counter {
    font-size: 25px;
  }
  #counters_1 p,
  #counters_2 p,
  #counters_3 p {
    font-size: 24px;
    line-height: 1.5;
  }
  #counters_1 .text,
  #counters_2 .text,
  #counters_3 .text {
    font-size: 10px;
  }
}

.distance {
  margin: 88px 0 160px 0;
  text-align: center;
  font-size: 41px;
  color: #04884c;
  font-weight: 400;
}

.counters {
    font-size: 20px;
    margin-bottom: 10px;
    color: #17B794;
    font-weight: 100;
    display: block;
}
.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-heading h2 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.feature-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.feature-center .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #d6d6d6;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
        margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.feature-center .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #17B794;
}
.pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #58ea00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 48px;
}

.pulse::before,
.pulse::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #58ea00;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  backface-visibility: hidden;
}

.pulse::after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */