.site-section{
    padding:60px 0;
}

.text-center{
    text-align:center;
}

.shadow{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.rounded{
    border-radius:10px;
}