.brand-logo-list .title-styling h2 {
    font-size: 25px;
    margin-bottom: 59px;
}

@media only screen and (max-width: 760px) {
  .brand-logo-list .title-styling h2 {
      font-size: 21px;
      margin-bottom: 20px;
  }
}