.box {
  position: relative;
}
.box .wrapper {
  margin-bottom: 12px;
  padding: 8px;
  padding-bottom: 0.1px;
  background: rgba(31, 56, 88, 0.04);
  border-radius: 2px;
}
.box .marginIcon {
  position: absolute;
  top: -34px;
  left: -1px;
  color: #1c242e;
  font-size: 9px;
}
