.three-column-icons.two-icon .cols-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.three-column-icons.two-icon .cols-wrap .col {
  margin-right: calc(33.3333% - 220px);
}
.three-column-icons .cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three-column-icons .cols-wrap .icon {
  margin-bottom: 35px;
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.three-column-icons .cols-wrap .icon img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.three-column-icons .cols-wrap .col {
  width: 240px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.three-column-icons .cols-wrap .col:last-child {
  margin-right: 0;
}
.three-column-icons .cols-wrap .col .title {
  display: block;
  font-size: 40px;
  font-weight: normal;
  font-family: 'HitachiSans-Bold';
}

@media (min-width: 992px) and (max-width: 1199px) {
  .three-column-icons .cols-wrap .icon {
    height: 150px;
  }
 
}
@media (min-width: 768px) and (max-width: 991px) {
  .three-column-icons .cols-wrap .icon {
    height: 120px;
  }
 
}
@media (max-width: 767px) {
  .three-column-icons.two-icon .cols-wrap .col {
    margin-right: auto;
  }
  .three-column-icons .cols-wrap {
    display: block;
  }
  .three-column-icons .cols-wrap .col {
    margin: 0 auto 80px;
  }
  .three-column-icons .cols-wrap .col:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
  .three-column-icons .cols-wrap .col .icon {
    margin-bottom: 25px;
    height: 130px;
  }
 
}