.anthemeblocks-reassurance figure {
  margin: 0 13px 0 31px;
  display: inline-block;
}
.anthemeblocks-reassurance-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.anthemeblocks-reassurance-item span {
  display: inline-block;
  text-align: left;
  font-size: 16px;
}
.anthemeblocks-reassurance {
  padding: 17px 20px 18px;
  margin: 41px 0px 0 -1px;
  border: 1px solid #e5e5e5;
  max-width: 575px;
}

.anthemeblocks-reassurance ul {
  text-align: center;
  margin-bottom: 0;
  display: flex;
}
.anthemeblocks-reassurance ul li {
  margin-bottom: 10px;
}
#cart .anthemeblocks-reassurance ul li,
#checkout .anthemeblocks-reassurance ul li {
  width: 100%;
}
.anthemeblocks-reassurance ul li {
  display: flex;
  align-items: center;
  width: 33.33%;
  margin: 0;
  border-right: 1px solid #e5e5e5;
}

.anthemeblocks-reassurance ul li img {
  max-width: 200px;
}
.anthemeblocks-reassurance ul li:first-child figure {
  margin-left: 10px;
}
.anthemeblocks-reassurance ul li:last-child figure,
.anthemeblocks-reassurance ul li:last-child {
  border: 0;
}

@media (max-width: 1199px){
	.anthemeblocks-reassurance ul li {
    border: 0;
    width: auto;
  }
  .anthemeblocks-reassurance ul {
    flex-direction: column;
    align-items: center;
  }
  .anthemeblocks-reassurance figure {
    margin: 10px 15px;
  }
}
@media (max-width: 991px) {
  #cart .anthemeblocks-reassurance ul li, 
  #checkout .anthemeblocks-reassurance ul li {
    width: 100%;
  }
  
}
@media (max-width: 767px) {
  #cart .anthemeblocks-reassurance ul li, 
  #checkout .anthemeblocks-reassurance ul li {
    width: 100%;
  }
}