/*Industries cover template*/
.indus-rows {
 display:flex;
 flex-wrap:wrap;
 margin:0 auto;
 padding-bottom:20px;
}

.indus{margin: 20px auto;display: block;}
.indus dl{border:#f0f0f0 1px solid;}
.indus dt img{display: block;margin: 0 auto;}
.indus dd p{margin: 10px 10px;}
.indus a.arrow{margin-bottom:30px;border:1px solid #e7824a;display: block;margin: 0 auto;}
.indus a {
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
} 
.indus-title{font-size: 30px;line-height: 30px;text-align:center; margin-bottom: 30px;margin-top:20px;position:relative;}
.indus-title:after{content:'';display: block;margin: 0 auto; width:120px;color:$color;border-bottom:1px solid #e7824a;margin-top:10px;}

/*Industries content template*/
.mb-30 h1{font-size: 26px;text-align: center; margin-bottom: 50px;}
.entry-content h2{font-size:20px;}
.entry-content img{display: block;margin: 0 auto;}
