.asbest-cta-wrapper { background-color: #e5e7eb; padding: 25px 20px; width: 100%; font-family: 'Segoe UI', Arial, sans-serif; box-sizing: border-box; clear: both; }
.asbest-cta-container { display: flex; max-width: 1200px; margin: 0 auto; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.asbest-cta-left { display: flex; align-items: center; gap: 20px; }
.asbest-cta-icon-wrapper { background-color: #374151; color: #ffffff; width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.asbest-cta-text h3 { font-size: 18px; font-weight: 800; color: #111827; margin: 0 0 5px 0; text-transform: uppercase; }
.asbest-cta-text p { font-size: 14px; color: #4b5563; margin: 0; }
.asbest-cta-right { display: flex; }
.asbest-cta-button { background-color: #b71c1c; color: #ffffff; padding: 15px 30px; font-size: 16px; font-weight: 700; text-decoration: none; border-radius: 4px; display: inline-flex; align-items: center; gap: 10px; transition: background-color 0.3s; }
.asbest-cta-button:hover { background-color: #9b0000; color: #ffffff; }