.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;
}

.our-clients {
  overflow: hidden;
}

.our-clients .clients-wrap {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-clients .single-item {
  width: 235px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 235px;
          flex: 1 1 235px;
  min-width: 235px;
  height: 220px;
}

.our-clients .single-item figure {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 10px;
  pointer-events: none;
}

.our-clients .single-item figure .img-wrap {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 20px;
  height: 195px;
  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;
}

.our-clients .single-item figure img {
  max-height: 190px;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.our-clients .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.our-clients .col-wrap .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}

.our-clients .col-wrap .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}

.our-clients .col-wrap .col-right p {
  color: #403F46;
}

.clients-slider {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

.clients-slider.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media (max-width: 767px) {
  .our-clients .col-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .our-clients .single-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    min-width: 140px;
    height: 120px;
  }
  .our-clients .single-item figure img {
    max-height: 100px;
  }
  .our-clients .single-item figure .img-wrap {
    height: 120px;
  }
}
/*# sourceMappingURL=our-clients.css.map */