/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 64:2 Unexpected "<"

**/
<style>
* {
  
}

.ben {
  background-color: #f3f3f3;
  border-radius: 2px;
  padding: 15px 15px;
}

.ben-row {
  align-items: center;
  display: flex;
  padding: 5px 5px;
  box-sizing: border-box;
}




.ben-col-1 {
  float: left;
  width: 20%;
  padding-right: 25px;
  padding-left: 5px;
}

.ben-col-2 {
  float: left;
  width: 80%;
  
}

/* Clearfix (clear floats) */
.ben-row::after {
  content: "";
  clear: both;
  display: table;
  
}   

.heading-col {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top:0px;
  letter-spacing: .1rem;
}

.tex-col {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.3;
}

  </style>