.about-content p{
    padding: 1rem;
}

.about-content {
    margin: 1rem;
    text-align: center;
    padding: 10px 80px 0;
}

.about-content a {
    display: block;      /* каждая ссылка на своей строке */
    margin-bottom: 1rem; /* промежуток между ссылками */
    color: #6c757d;
    text-decoration: #2c3e50;
    transition: color 0.6s;
    font-weight: 550;
}


.about-bankruptcy h3 {
    padding-left: 3rem;
    margin: 1rem;
}

.bankruptcy-content {
    padding: 6px;
    margin: 1rem 1rem 1rem;
}

.bankruptcy-content h3 {

}

.bankruptcy-content li{
    display: flex;
    gap: 0.75rem;
    padding: 6px;
    margin: 1rem 1rem 1rem;
    list-style: none;
}

.bankruptcy-content li .uil {
    font-size: 2rem;
    color: #1165be; /* любой цвет */
    flex-shrink: 0;
    margin-top: 0;

}

.bankruptcy-content .uil:hover {
    color: #ff6b35;
    transform: scale(1.1); /* лёгкое увеличение */
}
.warning-container {
    justify-content: center;
    display: flex;
    padding: 1rem;
}

.warning-card {
    display: flex;
    align-items: flex-start;
    /*gap: 12px;*/
    max-width: 420px;
    background: #fff5f5;
    border-left: 4px solid #e53e3e;
    border-radius: 8px;
    padding: 2rem 1rem 2rem 5rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    /*transition: transform 0.2s ease, box-shadow 0.2s ease;*/
    font-size: 14px;
}

.warning-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e53e3e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-weight: 700;*/
    font-size: 20px;
    box-shadow: 0 0 0 4px rgba(229,62,62,0.15);
}

.warning-text {
    /*margin: 0 0 20px;*/
    margin: 1em;
}
