/** Shopify CDN: Minification failed

Line 44:7 Unexpected "and"

**/
.badge_block{
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
justify-content: space-between;
  border: 1px solid #a4a4a4;
    border-radius: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
}
.badges_inner{ 
  width:25%;
    padding: 23px 10px 19px;
    text-align: left;
    -webkit-border-start: 1px solid #a4a4a4;
    -moz-border-start: 1px solid #a4a4a4;
    border-inline-start: 1px solid #a4a4a4;
}
.badges_inner:first-child{ border-left:0px;} 

.bagde--image{ width:80px;}
.badge_innerBlock{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.badges_inner .bagde--image img{ max-width:64px;}

.badges_inner .bagde--text{ padding-left:10px;}

.badges_inner .bagde--text h3,
.badges_inner .bagde--text p{ margin: 0px;}

@media and (max-width: 991px) and (min-width:641px){
    .badges_inner{ 
  width:50%;
    }
}

@media (max-width:640px){
.badge_block{
  flex-wrap:wrap;
}
  .badges_inner{ 
  width:100%;
        -webkit-border-start:none;
    -moz-border-start: none;
    border-inline-start: none;
    border-bottom: 1px solid #a4a4a4;
  }
   .badges_inner:last-child{ border-bottom:none;}
}