.consumers {
  margin: 30px -15px;
  font-size: 0;
  text-align: center;
}

.consumers .col {
  display: inline-block;
  margin: 0 0 20px;
  font-family: 'Open Sans', Helvetca, Arial, sans-serif;
  font-size: 13px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 0 15px;
}

.consumers .col3 {
  width: 33.333%;
}

.consumers  .box-colored {
  font-size: 13px;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 10px;
  background: #fff;
  border-top: 4px solid #57b7d6;
  color: #888;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 14%);
  padding: 30px 20px 20px;
  border-color: #e7ecf2;
}

.consumers .box-colored span {
  margin: -82px auto 13px auto;
  text-align: center;
}

.consumers .box-colored span i {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.consumers .box-colored  h4 {
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 26px;
  font-size: 18px;
}

.consumers .box-colored  p {
  margin: 0.5em 0;
}

.consumers .box-colored a.btn {
  background: none;
  border: 2px solid #d8d8d8;
  display: inline-block;
  padding: 0 13px;
  font: 14px 'Open Sans', Helvetca, Arial, sans-serif;
  text-transform: capitalize;
  border-radius: 2px;
  margin-right: 7px;
  transition: all 0.15s ease-out 0s;
  height: 34px;
  line-height: 30px;
  color: #4983c4;
  border-color: #4983c4;
  text-decoration: none;
}
.consumers .box-colored a.btn:hover {
  color: #fff;
  border-color: #2f69aa;
  background: #2f69aa;
}

.consumers .col:after {
  content: ".";
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  width: 100%;
  opacity: 0;
}


@media(max-width:940px){
  .consumers .col3 {
    padding: 0 10px;
  }
  .consumers {
    margin: 30px -10px;
  }
}

@media(max-width:800px){
  .consumers .col3 {
    width: 50%;
  }
}

@media(max-width:600px){
  .consumers .col3 {
    width: 100%;
  }
  .consumers .box-colored a.btn{
    margin-bottom: 10px;
  }
}