/* ==========================================================
   GLOBAL SECTION LAYOUT
========================================================== */

.section{

    min-height:calc(100vh - 80px);

    padding:80px 8%;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title h2{

    font-size:3rem;

}

.section-title p{

    color:var(--text-soft);

}