
/* Section Visual Polish */
section{
padding:70px 20px;
}

.section-divider{
width:80px;
height:4px;
background:#0a7a4f;
margin:20px auto 40px auto;
border-radius:4px;
}

section:nth-of-type(even){
background:#fafafa;
}

/* smoother typography spacing */
h1,h2,h3{
letter-spacing:0.5px;
}

p{
line-height:1.6;
}
