.serv-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 45px
}
  .serv-list .item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
  }
  .serv-list .item a{
    color: #242424;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }
  .serv-list .item .title{
    width: 100%;
    color: #0fb445;
    height: 300px;
    background-color: #fff;
    background-image: url(../../../../bitrix/templates/navisell/img/services/service1.png);
    background-repeat: no-repeat;
    font-size: 1.25em;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px;
    padding-left: 36px;
    margin-bottom: 30px;
  }
  .serv-list .item .title:hover {
      cursor: pointer;
      -webkit-box-shadow: 0 16px 42px 0 rgba(0, 0, 0, .09);
      box-shadow: 0 16px 42px 0 rgba(0, 0, 0, .09)
  }

  .serv-list .item:nth-child(2) .title {
      background-image: url(../../../../bitrix/templates/navisell/img/services/service2.png)
  }

  .serv-list .item:nth-child(3) .title {
      background-image: url(../../../../bitrix/templates/navisell/img/services/service3.png)
  }

  .serv-list .item:nth-child(4) .title {
      background-image: url(../../../../bitrix/templates/navisell/img/services/service4.png)
  }

  .serv-list .item:nth-child(5) .title {
      background-image: url(../../../../bitrix/templates/navisell/img/services/service5.png)
  }

  .serv-list .item:nth-child(6) .title {
      background-image: url(../../../../bitrix/templates/navisell/img/services/service6.png)
  }

  .serv-list .item:nth-child(7) .title {
      background-image: url(../../../../bitrix/templates/navisell/img/services/service7.png)
  }

  .serv-list .item:nth-child(8) .title {
      background-image: url(../../../../bitrix/templates/navisell/img/services/service8.png)
  }

  .brands__inner {
      width: 63%;
      margin: 0 auto
  }

@media only screen and (min-width:768px) and (max-width: 991px){
  .serv-list .item {
    -ms-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
    .serv-list .item .title{
      height: 208px;
      padding-top: 32px;
      padding-left: 25px;
      background-size: auto 80%;
      background-position: bottom right
    }
}
@media only screen and (max-width:767px){
  .serv-list .item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .serv-list .item .title{
    height: 120px;
    background-position: right bottom;
    background-size: auto 85%;
    padding: 25px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width:480px){
  .serv-list .item {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .serv-list .item .title{
    height: auto;
    padding: 20px;
    background-size: auto 100%;
    background-position: right;
  }
}