/*
==================================
BILIN COMPONENTS
==================================
*/

.card{

    background:var(--white);

    border-radius:var(--radius);

    box-shadow:var(--shadow-sm);

    padding:32px;

}

.section-title{

    text-align:center;

    margin-bottom:20px;

}

.section-description{

    max-width:760px;

    margin:0 auto 60px;

    text-align:center;

}

.badge{

    display:inline-block;

    background:var(--secondary);

    color:#fff;

    padding:6px 14px;

    border-radius:50px;

    font-size:13px;

}