.anthemeblocks-reassurance {
  display: inline-block;
  width: 100%;
  margin-top: 0.5%;
}
.anthemeblocks-reassurance .container{
  padding-left: 0;
  padding-right: 0;   
}
#product .anthemeblocks-reassurance {
  margin-bottom: 0px;
}
#cart .anthemeblocks-reassurance {
  margin-bottom: 0;
}
.anthemeblocks-reassurance-item {
    text-align: center;
    width: 24%;
    margin: 0.5%;
    padding: 32px;
    padding-bottom: 0px;
    padding-top: 10px;
    float: left;
    border: 2px solid #f2f4f9;
}

.anthemeblocks-reassurance-item img{
    margin-bottom: 5px;
    padding: 2%; 
    border-radius: 50%;
    border: 3px double #e2e6f0;
}
.anthemeblocks-reassurance-item a:hover{
    text-decoration: none;
}
.anthemeblocks-reassurance-item h6{
    text-align: left;
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 1%;
    margin-bottom: 2px;
    text-align: center;
}

.anthemeblocks-reassurance-item span{
    text-decoration: none;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400;
    font-family: 'Titillium Web',sans-serif!important;
}
.anthemeblocks-reassurance-item p{
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 1000px){
	.anthemeblocks-reassurance-item {
	  width: 49%;
      text-align: center;
	}
    .anthemeblocks-reassurance-item h6{
      margin-top: 2%;
    }
.anthemeblocks-reassurance-item p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media (max-width: 600px){
	.anthemeblocks-reassurance-item {
	  width: 99%;
      text-align: center;
	}
}
.modal-footer .anthemeblocks-reassurance {
  display: none;
}
