.title_with_icon {
  margin-bottom: 30px;
  overflow: hidden;
}
.title_with_icon .top_content {
  padding-bottom: 30px;
}
.title_with_icon .lsow-services {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.title_with_icon .lsow-services .lsow-grid-item {
  padding: 10px 0;
}
.title_with_icon .lsow-services .lsow-grid-item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px
}
.title_with_icon .lsow-services .lsow-service {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.title_with_icon .lsow-services .lsow-service .lsow-service-text {
  font-size: 15px;
  line-height: 24px;
}
.title_with_icon .lsow-services img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-right: 18px;   
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.title_with_icon .lsow-services .lsow-service .lsow-service-text .lsow-title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  clear: none;
  margin-top: 0;
  margin-bottom: 0px;
}

@media (min-width: 480px) and (max-width: 800px) {
  .title_with_icon .lsow-services .lsow-grid-item:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 480px) {
  .title_with_icon .lsow-services .lsow-grid-item {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 801px) {
  .title_with_icon .lsow-services .lsow-grid-item {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
  .title_with_icon .lsow-services .lsow-grid-item:nth-child(3n+1) {
    clear: left;
  }
}