﻿/* ================================
   ABOUT US PAGE
   ================================ */

.about-page {
    background: #ffffff;
}

.about-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.about-title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.about-text p {
    margin-bottom: 18px;
    line-height: 1.6;
    color: #222;
}

.about-quote {
    margin-top: 30px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}
