.anthemeblocks-reassurance {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}

.anthemeblocks-reassurance-item {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.anthemeblocks-reassurance-item img{
    float: left;
    margin-right: 25px;
}

.anthemeblocks-reassurance-item h6{
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 8%;
}

.anthemeblocks-reassurance-item p{
    font-size: 16px;
}

@media (max-width: 1000px){
	.anthemeblocks-reassurance-item {
	  width: 100%;
      text-align: center;
	}
    .anthemeblocks-reassurance-item img{
      float: none;
      margin-right: auto;
    }
    .anthemeblocks-reassurance-item h6{
      margin-top: 2%;
    }
}

.modal-footer .anthemeblocks-reassurance {
  display: none;
}
