/* ==========================================
   LyricsGroove Artist About
========================================== */

.lg-about{

    padding:20px 0 90px;

}

.lg-section-heading{

    margin-bottom:30px;

}

.lg-section-heading h2{

    font-size:36px;

    font-weight:800;

    color:#111827;

}

.lg-about-card{

    background:#fff;

    border-radius:24px;

    padding:40px;

    box-shadow:0 8px 30px rgba(0,0,0,.06);

    line-height:1.9;

    font-size:17px;

}

.lg-about-card p{

    margin-bottom:20px;

}

@media(max-width:768px){

    .lg-about{

    padding:30px 0 90px;

}

    .lg-about-card{

        padding:24px;

    }

    .lg-section-heading h2{

        font-size:28px;

    }

}