/* =========================================
   SOFTWARE SECTION
========================================= */

.software-section{

    padding:100px 0;

    background:#ffffff;

    position:relative;

}


/* =========================================
   HEADING
========================================= */

.software-heading{

    text-align:center;

    max-width:850px;

    margin:0 auto 70px;

    position:relative;

    z-index:2;

}

.software-heading span{

    display:inline-block;

    background:#fff4d6;

    color:#ffb400;

    padding:10px 22px;

    border-radius:50px;

    font-family:"Poppins",sans-serif;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:20px;

}

.software-heading h2{

    font-family:"Poppins",sans-serif;

    font-size:48px;

    font-weight:800;

    line-height:1.2;

    color:#002147;

    margin-bottom:20px;

}

.software-heading p{

    max-width:700px;

    margin:0 auto;

    font-family:"Roboto Slab",serif;

    font-size:18px;

    line-height:1.8;

    color:#666666;

}

