.about-page {
    padding: 40px 20px;
    background-color: #fff;
    color: #222;
    max-width: 900px;
    margin: auto;
}

.about-container h1 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
}

.about-section {
    margin-bottom: 40px;
}

.about-section h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #dc143c;
    padding-bottom: 5px;
    color: #dc143c;
}

.about-list {
    padding-left: 20px;
    line-height: 1.6;
}

.about-list li {
    margin-bottom: 8px;
}

.section-subtitle {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 1.1rem;
    color: #444;
}

.social-links {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.social-links li {
    margin-bottom: 6px;
}

.social-links a {
    color: #0066cc;
    text-decoration: none;
}

.social-links a:hover {
    text-decoration: underline;
}

.about-section {
    max-width: 700px;
    margin: 40px auto;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-family: "Segoe UI", sans-serif;
}

.about-section h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.about-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.facebook-link {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 20px;
    background-color: #1877f2;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.facebook-link:hover {
    background-color: #0e63c9;
}

.facebook-link i {
    margin-right: 8px;
}

.important {
    font-size: 0.85rem;
    color: #444;
}