.what-makes-us-list {
  list-style: none;
  padding: 25px 0px;
}

.make-us-item {
  display: flex;
  padding: 23px 0;
}
.make-us-item .icon-wrap {
  width: 47px;
}
.make-us-item .make-us-item-content {
  max-width: calc(100% - 47px);
  padding-top: 8px;
}
.make-us-item .make-us-item-content *:nth-last-child(1) {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .make-us-item .make-us-item-content .montserrat-semibold-20 {
    font-size: 19px !important;
  }
}
@media (max-width: 767.9px) {
  .make-us-item .icon-wrap {
    width: 57px;
  }
  .make-us-item .make-us-item-content {
    max-width: calc(100% - 57px);
  }
  .make-us-item .make-us-item-content .montserrat-semibold-20 {
    font-size: 18px !important;
  }
}

.what-makes-us-list {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 1200px) {
  .what-makes-us-sec > .container {
    padding-bottom: 45px;
  }

}
@media (max-width: 991.9px) {
  .what-makes-us-header {
    text-align: center;
  }
  .what-makes-us-header .lato-bold-42 {
    text-align: center;
  }

  .what-makes-us-list {
    padding-top: 16px;
  }

}


/*# sourceMappingURL=what-makes-us-different.css.map */
