.about-layout {
    display: block;
}

.about-main {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
}

.about-content p {
    line-height: 1.6;
    margin-bottom: 1rem;
    color: var(--text-main);
}

.about-content ul {
    margin: 0 0 1rem 1.25rem;
    color: var(--text-main);
}

.contact-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-muted);
}

.contact-item img {
    max-width: 220px;
    height: auto;
}
