/* Small homepage-only improvements for the existing Module theme. */
.home .service-item { margin-bottom: 24px; }
.home .service-item > a { display: block; overflow: hidden; border-radius: 6px; }
.home .service-item img { display: block; width: 100%; height: auto; }
.home .service-item-title { line-height: 1.35; text-wrap: balance; }
.home .service-item p { font-size: 14px; line-height: 1.65; }
.home .service-item:hover { box-shadow: none; background: transparent; }
.home .service-item:hover img { transform: scale(1.015); opacity: 1; }
.home a:focus-visible, .home button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}
@media (max-width: 575px) {
  .home .service-item {
    display: block;
    width: 100%;
    margin-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .service-item-title { font-size: 19px; }
  .home .service-item p { font-size: 15px; line-height: 1.65; }
  .home .sec-title { padding: 18px 0 20px; }
  .home .sec-title h2 { font-size: 26px; }
  .home .sec-title p { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .home .service-item, .home .service-item img { transition: none; }
  .home .service-item:hover img { transform: none; }
}
