/* ==========================================
   LyricsGroove Section Header
========================================== */

.lg-section-header{

    margin:0 0 50px;

    text-align:center;

}

.lg-section-title{

    margin:0;

    font-size:42px;

    font-weight:800;

    line-height:1.15;

    letter-spacing:-.02em;

    color:#111827;

}

.lg-section-subtitle{

    max-width:700px;

    margin:14px auto 0;

    font-size:18px;

    line-height:1.8;

    color:#6B7280;

}

.lg-section-divider{

    width:90px;

    height:5px;

    margin:26px auto 0;

    border-radius:999px;

    background:linear-gradient(
        90deg,
        #DE497B,
        #7C3AED
    );

}


@media(max-width:768px){

    .lg-section-title{

        font-size:32px;

    }

    .lg-section-subtitle{

        font-size:16px;

    }

}