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

.overview {
  background: #F7F7F8;
}

.overview .overview-avtar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
}

.overview .overview-avtar figure {
  padding-bottom: 100%;
  border-radius: 50%;
}

.overview .auhor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 150px;
}

.overview .auhor-wrap span {
  color: #F5AEB3;
  display: block;
  margin-bottom: 40px;
}

.overview .auhor-wrap a {
  font-weight: 500;
}

.overview .overview-details p {
  color: #403F46;
}

.overview .overview-details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .overview .auhor-wrap {
    margin-bottom: 40px;
  }
  .overview .auhor-wrap span {
    color: #F5AEB3;
    display: block;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=overview.css.map */