/* COLORS */
.box .box-left[data-v-67b97946] {
  width: 24%;
  color: #073A87;
  word-break: normal;
  overflow-wrap: break-word;
}
.box .box-right[data-v-67b97946] {
  width: 76%;
  position: relative;
}
.box .box-right[data-v-67b97946]::before {
  content: "";
  width: 1px;
  border-right: thin dashed #CCCCCC;
  position: absolute;
  top: 12px;
  bottom: 12px;
}
.box:not(:last-child) .box-right[data-v-67b97946] {
  border-bottom: thin solid #E5E5E5;
}
