body {
  padding: 80px 0px;
}

.companies {
  width: 100%;
}

.companies-item{
 border-bottom: 1px solid grey;
 height: 50px;

}

.companies-item  img {
width: 100%;
max-width: 50px;
max-height: 50px;
}

.companies-item__title{
  flex: 1;
}

