/* Add here all your CSS customizations */
  /*  05. Service Area
/*----------------------------------------*/
    
    .service-area {
        background: #F6F6F6
    }
    .single-service-icon {
        display: inline-block;
        float: left;
        margin-right: 25px
    }
    .single-service-content {
        display: table-cell
    }
    .single-service-content h3 {
        color: #6c6c6c;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .single-service-content p {
        color: #666666;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0;
    }