#facilities-capability{
    background: #F2F2F2;
    padding: 100px 0;
    .box{
        background: #0D2D40;
        padding: 10px;
        width: 23%;       
        justify-content: center;
        color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        p{
            text-align: center;
        }
       height: 350px;
       svg{
        margin-top: 50px;
       }
    }
    .space{
        height: 100px;
    }
    .lh-30{
        line-height: 30px;
    }
}

.concentrate__bg{
    background: url("images/concentrate-bg.jpg") no-repeat center center; 
}