.squared-box-check-list-icon{
  position: relative;
  list-style: none;
  padding-left: 0.5rem;
}
.squared-box-check-list-icon::before{
  height: 0.625rem;
  width:0.625rem;
  content: "";
  background-color: #000; 
  position: absolute;
  left: -1rem;
  top: 0.45rem;
}