/*--- Colors setup ---*/
/*--- Fonts ---*/
/*--- Spacing ---*/
/*--- Buttons ---*/
/*--- helpers ---*/
/*--- List Box ---*/
ul.list-box {
  align-items: center;
  max-width: 40.625rem;
  padding: 0.9375rem 2.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
ul.list-box li {
  width: 100%;
  padding: 1.5625rem 0rem 1.5625rem 2.1875rem;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  list-style-type: none;
  position: relative;
}
ul.list-box li:not(:last-child) {
  border-bottom: 0.0625rem dashed #e6e6e6;
}
ul.list-box li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23e94c48'%3E%3Cpath d='M8,0L6.6,1.4L12.2,7H0v2h12.2l-5.6,5.6L8,16l8-8L8,0z'/%3E%3C/svg%3E");
  margin-right: 1.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
ul.list-box a {
  border-bottom: 2px dotted #333333;
  text-decoration: none;
  color: #082f47;
  word-wrap: break-word;
}
ul.list-box a:hover {
  border-bottom: none;
}
