@media screen and (max-width: 1023px) {
  .gallery .gap-x-\[22px\] {
    justify-content: center;
  }
  .gallery .mb-\[114px\] {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-story {
    flex-direction: column;
    align-items: center;
  }
  .about-story img:last-child {
    margin-top: 0;
  }
}
