/* =========================
   ABOUT PAGE
========================= */

.about-hero{
    background:linear-gradient(135deg,#0d47a1,#1976d2);
    color:#fff;
    padding:100px 0;
}

.about-hero .hero-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

.about-hero .hero-text{
    flex:1;
    min-width:320px;
}

.about-hero h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;
}

.about-hero p{
    font-size:18px;
    line-height:1.9;
    opacity:.95;
    margin-bottom:30px;
}

.about-hero .hero-image{
    flex:1;
    text-align:center;
}

.about-hero .hero-image img{
    max-width:320px;
    width:100%;
    filter:drop-shadow(0 10px 30px rgba(0,0,0,.25));
}

.about-section{
    padding:80px 0;
    background:#f7f9fc;
}

.about-section:nth-child(even){
    background:#ffffff;
}

.about-card{
    background:#ffffff;
    border-radius:18px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.about-card h2{
    color:#0d47a1;
    font-size:34px;
    margin-bottom:25px;
}

.about-card p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    text-align:justify;
}

.about-section h2{
    text-align:center;
    color:#0d47a1;
    font-size:36px;
    margin-bottom:50px;
}
/* =========================
   ABOUT PAGE
========================= */

.about-hero{
    background:linear-gradient(135deg,#0d47a1,#1976d2);
    color:#fff;
    padding:100px 0;
}

.about-hero .hero-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

.about-hero .hero-text{
    flex:1;
    min-width:320px;
}

.about-hero h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;
}

.about-hero p{
    font-size:18px;
    line-height:1.9;
    opacity:.95;
    margin-bottom:30px;
}

.about-hero .hero-image{
    flex:1;
    text-align:center;
}

.about-hero .hero-image img{
    max-width:320px;
    width:100%;
    filter:drop-shadow(0 10px 30px rgba(0,0,0,.25));
}

.about-section{
    padding:80px 0;
    background:#f7f9fc;
}

.about-section:nth-child(even){
    background:#ffffff;
}

.about-card{
    background:#ffffff;
    border-radius:18px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.about-card h2{
    color:#0d47a1;
    font-size:34px;
    margin-bottom:25px;
}

.about-card p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    text-align:justify;
}

.about-section h2{
    text-align:center;
    color:#0d47a1;
    font-size:36px;
    margin-bottom:50px;
}
