File: /var/www/zaklada/html/lib/scss/core/_lists.scss
.icons-list{
  display:flex;
  text-align:center;
  width: 100%;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
  &__image{
    display:inline-block;
  }
  &__title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color:#fff;
  }
  &__subtitle{
    color: #CEA769;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }
  li{
    width:33%;
    padding-left:0;
    text-align:center;
    &:before{
      display:none;
    }
    @media screen and (max-width: 767px) {
      width:100%;
      margin-bottom:50px;
    }
  }
}