/* */
.segment-description p {
    text-align: justify; /* */
    text-justify: inter-word; /* */
}

/* */
.segment-description{
    width:75%; /* */
    margin:auto; /* */
}

/* */
.segment-title{
    text-align:center; /* */
    color:#2c6c21; /* */
    font-size:70px; /* */
    padding:30px; /* */
}

/* */
.segment-subtitle{
    text-align:center; /* */
    color:#2c6c21; /* */
    font-size:25px; /* */
    padding:35px; /* */
}

/* */
.segment-mini-title{
    text-align:center; /* */
    color:white; /* */
    font-size:20px; /* */
}

/* */
.services-points{
    display:inline-block; /* */
    width:49%; /* */
    padding-right: 5px; /* */
    vertical-align: top; /* */
}

/* */
.read-more-container a{
    text-decoration: none; /* */
    color:#2c6c21; /* */
    font-size: 20px; /* */

}

/* */
.about-us-read-more-container{
    padding-top: 30px; /* */
}

/* */
.read-more-container{
    display:inline-block; /* */
    width:30%; /* */
    background-color: #2c6c21; /* */
    margin:10px; /* */
    vertical-align: top; /* */

}

/* */
.description-title{
    margin:auto; /* */
    width:200px; /* */
    border-bottom:10px solid white; /* */
    text-align:center; /* */
    padding-top:15px; /* */
}

/* */
.description-short-summary{
    padding: 40px; /* */
    height: 250px; /* */
}

/* */
.read-more-button{
    text-align: center; /* */
    background-color:#80A77A; /* */
    padding-top:15px; /* */
    padding-bottom:15px; /* */
}

/* */
.read-more-button:hover{
    background-color:white; /* */
}

/* */
.industry-grouping{
    width:75%; /* */
    margin:auto; /* */
}

/* */
.industry-container{
    display:inline-block; /* */
    width:26%; /* */
    text-align: center; /* */
    vertical-align: top; /* */
    margin: 21px; /* */
}

/* */
.industry-icon img{
    width:100px; /* */
    height:100px; /* */
}

/* */
.industry-label{
    margin-top:20px; /* */
    border-radius:25px 25px 25px 25px; /* */
    background-color:white; /* */
    color:#acc5a8; /* */
    padding-top:10px; /* */
    padding-bottom:10px; /* */
    font-size:16px; /* */

}

