/* ==========================================
   LyricsGroove Section Header
========================================== */

.lg-section-header{

    margin-bottom:40px;

    text-align:center;

}

.lg-section-title{

    font-size:42px;

    font-weight:800;

    color:#111827;

    margin-bottom:12px;

    line-height:1.1;

}

.lg-section-subtitle{

    max-width:700px;

    margin:auto;

    color:#6B7280;

    font-size:18px;

    line-height:1.8;

}

@media(max-width:768px){

    .lg-section-title{

        font-size:30px;

    }

    .lg-section-subtitle{

        font-size:16px;

    }

}