.home .service { margin-top: 28px; } .home .service .title { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 8px; } .home .service .title h3 { margin-right: 8px; margin-top: 0; margin-bottom: 0; } .home .service .tag { font-size: 12px; background-color: #333; padding: 4px 6px; border-radius: 6px; } .home .service .link { color: var(--accent); } .home .service svg { width: 16px; height: 16px; } .home .warning { background-color: #aa4526; padding: 8px; border-radius: 8px; }