.brand-cs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand-cs img {
  width: 50%;   
}

@media screen and (max-width: 768px) {
    .brand-cs img {
        width: 80%;
    }
}