/* ==========================================
   Section Title
========================================== */

.section-heading{

    text-align:center;

    max-width:700px;

    margin:0 auto 60px;

}

.section-subtitle{

    display:inline-block;

    color:var(--primary);

    font-weight:700;

    margin-bottom:10px;

}

.section-title{

    margin-bottom:20px;

}

.section-description{

    color:var(--gray-600);

}