 .service-content h2 { margin-block-start: var(--space-s); margin-block-end: var(--space-xs); font-weight: 600; } .single-services { --h2: clamp(2.8rem, 2.2rem + 1.2vw, 3.2rem); } .service-content h3{ margin-block-start: var(--space-s); margin-bottom: var(--space-xs); } .service-content p{ margin-bottom: var(--space-s); }  .powered-by-premier{ display: inline; }  .powered-by-premier.animate-premier, .powered-by-premier.animate-premier *{ display: inline; background: linear-gradient(90deg, #ff6b6b, #f6c90e, #4ecdc4, #5e60ce); background-size: 300%; background-repeat: no-repeat; background-position: 0% center; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: shine-then-fade 4s ease-in-out forwards; } @keyframes shine-then-fade { 0% { background-position: 0% center; } 80% { background-position: 100% center; } 100% { background: none; background-clip: initial; -webkit-background-clip: initial; -webkit-text-fill-color: initial; color: inherit; } }  .powered-by-premier:hover, .powered-by-premier:hover *{ background: none !important; -webkit-text-fill-color: #00d26a !important; color: #00d26a !important; transition: color 200ms ease, -webkit-text-fill-color 200ms ease; }