@media (max-width: 600px) {
  .service-top b,
  .partners .button.dark > span,
  .contact .button.light > span {
    display: none !important;
  }

  .hero-image img {
    content: url("/images/contemplative-sculpture-mobile-v1.png");
    object-fit: cover;
    object-position: center center !important;
  }
}
