.asbest-info-content { max-width: 850px; padding: 0; background: #ffffff; }
.asbest-info-container { padding: 40px; }
.asbest-info-container h2 { font-size: 28px; font-weight: 800; color: #111827; text-align: center; margin-top: 0; margin-bottom: 15px; }
.asbest-info-intro { text-align: center; color: #4b5563; font-size: 16px; margin-bottom: 40px; line-height: 1.6; }

.asbest-info-step { display: flex; gap: 20px; margin-bottom: 30px; align-items: flex-start; }
.asbest-info-step i { font-size: 28px; color: #b71c1c; background: rgba(183, 28, 28, 0.1); padding: 15px; border-radius: 8px; flex-shrink: 0; width: 35px; text-align: center; }
.asbest-info-step h3 { font-size: 18px; font-weight: 700; color: #1f2937; margin: 0 0 8px 0; }
.asbest-info-step p { font-size: 15px; color: #4b5563; margin: 0; line-height: 1.6; }

.asbest-close-info { position: absolute; top: 15px; right: 25px; color: #111827; font-size: 35px; font-weight: bold; cursor: pointer; z-index: 10; transition: color 0.3s; }
.asbest-close-info:hover { color: #b71c1c; }

@media (max-width: 600px) {
    .asbest-info-step { flex-direction: column; gap: 10px; }
    .asbest-info-container { padding: 25px; }
}