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

.page-header{
text-align:center;
padding:80px 20px 60px;
}

.page-header h1{
font-size:48px;
color:#16301E;
margin-bottom:15px;
}

.page-header p{
color:#666;
font-size:25px;
}

.about-section{
padding:40px 20px;
}

.about-section.alt{
background:#F7F7F7;
}

.content-card{
max-width:900px;
margin:auto;
background:white;
padding:50px;
border-radius:20px;
box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.content-card h2{
text-align:center;
margin-bottom:30px;
color:#16301E;
}

.content-card p{
line-height:1.9;
color:#555;
margin-bottom:20px;
}

.content-card ul{
max-width:500px;
margin:30px auto 0;
}

.content-card li{
margin-bottom:12px;
color:#555;
}

.cta-section{
text-align:center;
padding:100px 20px;
background:#16301E;
color:white;
}

.cta-section h2{
margin-bottom:20px;
}

.cta-section p{
max-width:700px;
margin:auto auto 30px;
}

@media(max-width:768px){

.page-header h1{
    font-size:36px;
}

.content-card{
    padding:30px;
}

}
