body{
    font-family:'Poppins',sans-serif;
    background:#f8f9fa;
}

.about-hero{
    background:linear-gradient(rgba(25,135,84,.88),rgba(25,135,84,.88)),
    url("../images/branch-bg.jpg");
    background-size:cover;
    background-position:center;
    color:#fff;
    padding:100px 0;
    text-align:center;
}

.about-hero h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
}

.about-hero p{
    font-size:20px;
    max-width:700px;
    margin:auto;
    opacity:.95;
}

.story-section{
    padding:90px 0;
}

.story-title{
    color:#198754;
    font-size:16px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.story-heading{
    font-size:48px;
    font-weight:700;
    color:#222;
    margin:15px 0;
    line-height:1.2;
}

.story-line{
    width:80px;
    height:4px;
    background:#198754;
    border-radius:20px;
    margin:25px 0;
}

.story-text{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

.simple-card{
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    height: 100%;
}

.simple-card .card-body{
    padding: 30px;
}

.simple-card h3{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.simple-card p{
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.simple-card i{
    font-size: 40px;
    color: #198754;
    margin-bottom: 20px;
}