.l-boxes--icons{
  position: relative;
}
.l-boxes--icons .l-boxes{
  margin-top: 4rem;
}
.l-boxes--icons .l-boxes--items{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: -2.4rem;
}
.l-boxes--icons .l-box {
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  max-width: 39.6rem;
  text-align: left;
  height: auto;
  border-radius: 0;
  margin: 0 0 2.4rem;
}
.l-boxes--icons .l-box::after{
  content: none;
}
.l-boxes--icons .l-box>div:not(.t-content) {
  background-color: #055a60;
  height: 22.2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 3.2rem;
}
.l-boxes--icons .t-head {
  margin-bottom: 1.6rem;
}
@media(min-width:960px) and (max-width:1279.98px){
  .l-boxes--icons .l-box {
    width: calc(33.3% - 1.1rem);
    margin-left: 1.6rem;
  }
  .l-boxes--icons .l-box:nth-child(3n + 1){
    margin-left: 0;
  }
}
@media(min-width:600px) and (max-width:959.98px){
  .l-boxes--icons .l-box {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 1.6rem 2.4rem 0;
  }
  .l-boxes--icons .l-box>div:not(.t-content) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16rem;
    height: 16rem;
    margin-bottom: 0;
    background-size: 9rem;
  }
  .l-boxes--icons .l-box .t-content{
    padding-left: 4.8rem;
  }
}
@media(max-width:599.98px){
  .l-boxes--icons .l-boxes {
    margin-top: 2.4rem;
  }
  .l-boxes--icons .l-box>div:not(.t-content) {
    height: 14rem;
    margin-bottom: 2.4rem;
    background-size: 9rem;
  }
  .l-boxes--icons .l-box {
    max-width: 100%;
  }
}
