
.row{
    justify-content: center!important;
}


.industryBox{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 0 20px;
    border-radius: 20px;
    box-shadow: 0 0 15px -2px rgba(0,0,0,0.2);
    height: 275px;
}
.industryBox .industry-content{
    color: #fff;
    background: #EB5D1E
    padding: 22px 15px;
    margin: 0 0 20px;
    border-radius: 18px 18px 0 0;
}
.industryBox .industry-icon{
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 12px;
}
.industryBox .title{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
    color:white;
}
.industryBox .description{
    color: black;
    font-size: 14px;
    line-height: 24px;
    margin: 0 15px 15px;
}
.industryBox .read-more{
    color: #F3235F;
    transition: all 0.3s ease 0s;
}
.industryBox .read-more:hover{ color: #555; }
.industryBox .industry-content{ background: #EB5D1E; padding: 22px 15px;; }
.industryBox .read-more{ color: #5037B7; }
.industryBox .service-content{ background: #EB5D1E; }
.industryBox .read-more{ color: #FF5A1A; }
.industryBox.blue .industry-content{ background:#EB5D1E; }
.industryBox.blue .read-more{ color: #0670BC; }
@media only screen and (max-width: 990px){
    .industryBox{ margin: 0 0 30px; }
}