/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 85:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.three-column-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.three-column-item {
  flex: 1;
  min-width: 250px;
  height: 300px;
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.three-column-item h3 {
  margin: 0 0 10px;
}
.three-column-item a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
  .three-column-wrapper.row {
    margin: 0 -1px;
}

.colbanner .col-md-4 {
    padding: 0 1px;
}

.colbanner .three-column-item {
    height: 180px;
    cursor: pointer;
}

.colbanner .three-column-item .btmtxt {
    position: absolute;
    width: calc(100% - 36px);
    bottom: 0;
}

.colbanner .three-column-item .btmtxt h3 {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.colbanner .three-column-item .btmtxt p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
  .colbanner {
    padding-top: 30px;
    padding-bottom: 30px;
}
  .colbanner .three-column-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000052;
    position: absolute;
}

</style>