@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
.status .col-sm-6 h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.status .col-sm-6 p {
  font-weight: 500;
  line-height: 28px;
}

.status .col-md-2 {
  padding: 40px 20px;
  background-color: #F4F6FC;
  width: 355px;
  line-height: 2.5;
  border-radius: 41px;
}

.status .col-md-2 h3 {
  font-size: 38px;
  line-height: 56px;
  font-weight: 600;
}

.status .col-md-2 h3 small {
  font-size: 16px !important;
}

.status .col-md-2 h6 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.status .col-md-2 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.status .col-md-2 .fas {
  color: #97DAAD;
  font-size: 26px;
}

.status .col-md-2 .btn1 {
  background-color: #282938;
  border: none;
  color: white;
  padding: .5em 1.5em;
  margin-top: 10px;
  border-radius: 41px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}
/*# sourceMappingURL=pricing.css.map */