h3.title {
  width: 338px;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  h3.title {
    width: auto;
    margin: 30px auto;
  }
  h3.title img {
    height: 70px;
    width: auto;
  }
}