/*==========================================
=            Buttons
==========================================*/


/*==========================================
=            Section Title
==========================================*/


/*==========================================
=            Cards
==========================================*/


/*==========================================
=            Forms
==========================================*/


/*==========================================
=            Badges
==========================================*/

/*==========================================
=            عنوان الأقسام
==========================================*/

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title span{

    display:inline-block;

    color:var(--secondary-color);

    font-size:18px;

    font-weight:700;

    margin-bottom:10px;

}

.section-title h2{

    font-size:42px;

    font-weight:800;

    color:var(--text-color);

    margin-bottom:15px;

}

.section-title p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:2;

    font-size:17px;

}


