@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
.best .row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 100px 0;
}

.best .row .col-md-4 h5 {
  font-size: 18px;
  line-height: 36px;
}

.best .row .col-md-4 h3 {
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.best .row .col-md-4 p {
  font-weight: 400;
  line-height: 28px;
}

.revision {
  background-color: #F4F6FC;
}

.revision .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.revision .row .col-md-6 {
  margin-top: 25px;
}

.revision .row .col-md-6 h5 {
  font-size: 18px;
  line-height: 36px;
}

.revision .row .col-md-6 h3 {
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.revision .row .col-md-6 p {
  font-weight: 400;
  line-height: 28px;
}

.support .row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 100px 0;
}

.support .row .col-md-4 h5 {
  font-size: 18px;
  line-height: 36px;
}

.support .row .col-md-4 h3 {
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.support .row .col-md-4 p {
  font-weight: 400;
  line-height: 28px;
}

.background {
  background-color: #FCD9801A;
}

.background .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}

.background .row .col-md-5 {
  margin-top: 25px;
}

.background .row .col-md-5 h5 {
  font-size: 18px;
  line-height: 36px;
}

.background .row .col-md-5 h3 {
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.background .row .col-md-5 p {
  font-weight: 400;
  line-height: 28px;
}

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

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