﻿.about-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 25px 30px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
    line-height: 1.7;
}

.about-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.about-section h2 {
    margin-top: 30px;
    font-size: 1.5rem;
    color: #444;
}

.about-section p,
.about-section li {
    font-size: 1rem;
    color: #333;
}

.about-section ul {
    margin: 10px 0 20px 20px;
}

.about-section .about-contact {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #b71c1c;
}
