*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}
.wrapper{
    padding-left:0px;
}
h2{
	font-size: 33px;
    color: #88bb1e;
    font-weight: 700;
    line-height: 1.2em;
    padding:20px 0px;
    letter-spacing: -1px;
}

.circle{
    background: #5f870e;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: auto;
    display: block;
    margin-top: 20px;
}
.industry_table{
    width: 100%;
}
.borderDiv{
    width: 100%;
    display: inline-block;
    padding-bottom:15px;
}
.first_tr td,
.second_tr td,
.third_tr td{
    border-top: 1px solid #5f870e;
    border-left: 1px solid #5f870e;
    width: 25%;
}
.third_tr td{
    border-bottom: 1px solid #5f870e;
}
.first_tr:nth-child(1){
     border-right: 1px solid #5f870e;
}
.second_tr:nth-child(2){
     border-right: 1px solid #5f870e;
}
.third_tr:nth-child(3){
     border-right: 1px solid #5f870e;
}
/*.borderDiv:nth-child(2),
.borderDiv:nth-child(3),
.borderDiv:nth-child(4),
.borderDiv:nth-child(5){
    border-top: 1px solid #5f870e;
    border-left: 1px solid #5f870e;
}
.borderDiv:nth-child(2),
.borderDiv:nth-child(6),
.borderDiv:nth-child(10){
    border-left:1px solid #5f870e;
    border-left: 1px solid #5f870e;
}*/
.topMargin{
	margin-top:30px;
}
.circle img{
	border-style: none;
    width:80px;
    height: auto;
    margin: auto;
    display: block;
    top: 17%;
    bottom: 50%;
    position: relative;
}
.title{
	padding-top:10px;
	font-size: 16px;
	text-transform: capitalize;
	text-align: center;
    letter-spacing: 1px !important;
}



/*.....................................Responsive.....................................*/
@media only screen and (max-width: 600px){
    /*.borderDiv:nth-child(2),
    .borderDiv:nth-child(6),
    .borderDiv:nth-child(10){
        border-left:unset;
    }
    .borderDiv{
        border-right:unset;
    }
    .borderDiv:nth-child(2){
        border-top: 1px solid #5f870e;
    }
    .borderDiv:nth-child(3),
    .borderDiv:nth-child(4),
    .borderDiv:nth-child(5){
        border-top: unset;
    }*/
}


