.block {
  padding: 60px 0;
}

h2 {
  font-size: 2.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

p.lead {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 20px;
}

p {
  font-size: 1.0625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  word-wrap: break-word;
}

.text-blue {
  color: #2c6ef2 !important;
}

.counter__box {
  display: flex;
  justify-content: space-between;
  max-width: 38%;
}

.counter__number {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.counter__plus {
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.intro {
  margin-bottom: 60px;
}

