.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

.research-benefits .heading-row h2 {
  margin-bottom: 5px;
}

.research-benefits .benefits-row {
  margin-top: 60px;
}

.research-benefits .benefits-row .benefit-icon {
  width: 46px;
  height: 46px;
  background: #F5AEB3;
  border-radius: 50%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.research-benefits .benefits-row .benefit-icon img {
  width: 30px;
  height: auto;
}

.research-benefits .benefits-row .h5 {
  font-weight: 400;
  margin-bottom: 20px;
}

.research-benefits .benefits-row p {
  color: #403F46;
}

@media (min-width: 992px) {
  .research-benefits .benefit-item {
    margin-top: 100px;
  }
  .research-benefits .benefit-item:nth-child(1) {
    margin-top: 0;
  }
  .research-benefits .benefit-item:nth-child(2) {
    margin-top: 0;
  }
  .research-benefits .benefit-item:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .research-benefits .benefits-row {
    margin-top: 10px;
  }
  .research-benefits .benefits-row .benefit-item {
    margin-bottom: 30px;
  }
  .research-benefits .benefits-row .benefit-item:last-child {
    margin-bottom: 0;
  }
  .research-benefits .benefits-row .benefit-icon {
    margin-bottom: 15px;
  }
  .research-benefits .benefits-row .h5 {
    min-height: initial;
  }
}
/*# sourceMappingURL=research-benefits.css.map */