/** Shopify CDN: Minification failed

Line 24:0 Unexpected "}"

**/
.fl-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: -20px;
}

.fl-item {
  /*background-color: lightgrey;*/
  width: 32%;
}

.fl-item p, .fl-item img {
  text-align: center;
  margin: auto;
  display: block;
}
}


.fl-item p {
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: sans-serif;
}

.fl-item img {
  margin-top: 32px;
  width: 64px;
}



