.asbest-services-wrapper { position: relative; background-color: #f9fafb; padding: 70px 20px; text-align: center; width: 100%; font-family: 'Segoe UI', Arial, sans-serif; box-sizing: border-box; clear: both; }
.asbest-services-heading { font-size: 32px; font-weight: 800; color: #111827; margin-bottom: 60px; text-transform: uppercase; position: relative; display: inline-block; }
.asbest-services-heading::after { content: ''; position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%); width: 50px; height: 3px; background-color: #b71c1c; }

/* Hier ist der Rahmen breit genug (1400px), damit die 5. Box reinpasst */
.asbest-services-grid { display: flex; justify-content: center; gap: 15px; max-width: 1400px; margin: 0 auto; flex-wrap: wrap; }

/* Boxen dürfen flexibel schrumpfen (min-width: 140px) */
.asbest-service-box { background: #ffffff; padding: 30px 10px; border-radius: 4px; flex: 1 1 140px; min-width: 140px; max-width: 240px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }

.asbest-icon { font-size: 26px; color: #b71c1c; width: 65px; height: 65px; border: 2px solid #fee2e2; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px auto; background-color: #fff; }
.asbest-service-box h3 { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 12px; }
.asbest-service-box p { font-size: 13px; color: #4b5563; line-height: 1.4; }