html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-about .text .title {
  margin-bottom: 3rem;
}
.section-about .text .points {
  margin-top: 2rem;
}
.section-about .text .points ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-about .text .points ul li {
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 47%;
}
.section-about .text .points ul li::after {
  top: 2.1rem;
}
.section-differentiators {
  background-color: #EDF2F7;
  padding: 10rem 0;
}
.section-differentiators .list-card .card {
  background-color: #fff;
  border-radius: 20px;
  padding: 3rem;
  height: 100%;
}
.section-differentiators .list-card .card-text .h {
  margin-bottom: 1.6rem;
}
.section-differentiators .list-card .card-text p {
  color: #464646;
  font-size: 2.2rem;
  line-height: 3rem;
}
.section-differentiators .list-card .card-text .points ul li + li {
  margin-top: 1.2rem;
}
.section-ehr .col-12 {
  margin: 1.2rem 0;
}
.section-ehr .card {
  background-color: #008EB2;
  border-radius: 15px;
  height: 100%;
  padding: 3rem;
}
.section-ehr .card-icon {
  align-items: center;
  background-color: #DA2125;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  height: 10rem;
  width: 10rem;
}
.section-ehr .card-icon img {
  max-width: 60%;
}
.section-ehr .card-text .h {
  color: #fff;
  margin-bottom: 3rem;
}
.section-ehr .card-text p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #fff;
}
.section-choosing .img-box img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .section-differentiators .list-card .col-12 + .col-12 {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=why-us.css.map */