.text-with-icon{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.text-with-icon .icon{
  flex-basis: 60px;
}
.text-with-icon .icon img{
  width: 100%;
  height:auto;
}

.text-with-icon .text{
  flex-basis: calc(100% - 100px);
}

.text-with-icon .text h4{
  font-family: 'Montserrat', sans-serif;
  color:  #00b7d6;
  font-size:16px;
  line-height: 30px;
  font-weight: bold;
  margin:0;
}
.text-with-icon .text p{
  margin-top: 0;
}
