/* Responsive styles */
@media (max-width: 768px) {
  .serviceBanner .bannerImageSkeleton {
    width: 100%;
    max-width: 300px;
    height: 280px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .serviceBanner .bannerImageSkeleton {
    width: 100%;
    height: 300px;
    border-radius: 12px;
  }

  .serviceBanner .bannerImageSkeleton::after {
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
  }
}