.text-numbers {
  background-color: #383f57;
  padding-top: 60px;
  padding-bottom: 45px;
  margin-bottom: 80px;
  position: relative;
}

.text-numbers .line {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 87px;
  left: 0;
  z-index: 0;
  opacity: 0.6;
}

.text-numbers .header {
  text-align: center;
}

.text-numbers .header .title {
  line-height: 54px;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  background: #383f57;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 25px;
}

.text-numbers .header .headline {
  font-size: 16px;
  font-family: 'Hind';
  color: #fff;
  line-height: 1.63;
  margin-top: 25px;
}

.text-numbers .header .desc-text {
  font-size: 16px;
  font-family: 'Hind';
  color: #fff;
  line-height: 1.63;
  padding-top: 20px;
}

.text-numbers .numbers {
  margin-top: 25px;
  margin-bottom: 30px;
}

.text-numbers .numbers .number-amount {
  font-family: "Playfair Display";
  font-size: 46px;
  color: #ff8533;
}

.text-numbers .numbers .desc {
  margin-top: 15px;
  font-family: "Playfair Display";
  font-size: 18px;
  color: #ff8533;
}

@media (max-width: 767px) {
  .text-numbers .header .title {
    font-size: 32px;
  }
  .text-numbers .header .desc-text {
    text-align: left;
  }
}
