.cargo-page .nav {
  justify-content: space-between;
}
.cargo-page .nav-tabs {
  border: none;
}
.cargo-page .nav-tabs .nav-link {
  border: none;
  color: rgb(117, 130, 177);
  font-weight: 700;
}
.cargo-page .nav-tabs .nav-link.active {
  border-bottom: 2px solid rgb(117, 130, 177);
}
.cargo-page .tab-content .tab-pane {
  padding: 2rem 0;
}
.cargo-page .tab-content ul {
  list-style-type: none;
  margin: 0;
}
.cargo-page .tab-content ul > li {
  color: rgb(30, 44, 156);
  line-height: 1.8;
  position: relative;
  margin-bottom: 1rem;
}
.cargo-page .tab-content ul > li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/frontend/img/list-icon-1.png") 0 0 no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 4px;
  left: -23px;
}
.cargo-page .tab-content ul > li ul {
  list-style-type: disc;
  padding-left: 0;
}
.cargo-page .tab-content ul > li ul li {
  font-size: 13px;
  color: rgb(152, 148, 148);
  margin-bottom: unset;
}
.cargo-page .tab-content ul > li ul li:before {
  display: none;
}

/*# sourceMappingURL=cargo.css.map */
