.about-banner{
    background:#f5f5f5;
    padding:100px 0;
    text-align:center;
}

.section-title{
    color:#d98a4b;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:14px;
}

.about-banner h1{
    font-size:52px;
    margin:20px 0;
    font-weight:700;
}

.about-banner p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:20px;
}

.our-story{
    padding:100px 0;
    background:#fff;
}

.story-img{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:12px;
}

.story-content{
    padding-left:70px;
}

.story-content h2{
    font-size:58px;
    font-weight:700;
    color:#111;
    margin-bottom:30px;
    font-family:Georgia, serif;
}

.story-content p{
    color:#5d5d5d;
    font-size:22px;
    line-height:1.9;
    margin-bottom:28px;
}

.counter-box{
    display:flex;
    gap:55px;
    margin-top:45px;
}

.counter h3{
    color:#d98645;
    font-size:52px;
    font-weight:700;
    margin-bottom:8px;
}

.counter span{
    font-size:20px;
    color:#666;
}