main .content h3 {
  margin-top: 80px;
}
.category figure {
  text-align: center;
}
.category figure img {
  width: 50%;
}
.category h4 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .content h3 {
    margin-top: 60px;
  }
  .category figure img {
    width: 100%;
  }
  .category h4 {
    margin-top: 30px;
  }
}