.four-column-child{
    margin-left: 65px;
    padding-top: 10px;
    padding-bottom: 5px;
    border: 1px solid #80808033;
}
.four-column-child:first-child{
    margin-left: 0px !important;
    
}
.greyBg-industry{
background: #F4F4F4;
}
.whyHgcIndustry{
    padding-top:35px;
    padding-bottom: 35px;
}
.why-hgc-wrap{
    margin-bottom: 35px;
}
.generalFullWidthBlockIndustry,.fourColumnBlockIndustry,.whyHgcIndustry,
.imageColumnIndustry,.fullWidthImgTextIndustry,.clientStoriesIndustry{
    margin: 30px auto;
}
.container{
    padding: 0px 80px;
}
.blockHeader{
    margin: 15px 0px;
}
.columnImageDes{
    margin-top:15px;
}
.parentAlignCenter{
    align-items: center;
    display: flex;
    justify-content: center;
}
.childAlignCenter{
    display: flex;
    align-items: center;
}
.btn_block_industry{
padding: 10px 5px;
min-width: 100px;
text-align: center;
display: inline-block;
text-decoration: none;
font-size: 12px;
overflow: hidden;
position: relative;
cursor: pointer;
font-weight: 800;
}
.btn_block_industry:hover, .btn_block_industry span {
    text-decoration: none;
}
.btn_block_industry:not(.white):hover {
    border: 1px solid #E02926;
}

.btn_block_industry:not(.white) {
    border: 1px solid #E02926;
    color: #FFF;
    background: #E02926;
}
.twoColumnSecond{
    text-align: center;
    margin: auto;
    font-size: 24px;
	font-weight: 700;
}
.pageBanner .container{
    padding:0 30px;
}
a{
    color:inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
.textPointer{
    cursor:text !important;
}
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .four-column-child{
        margin-left: 0px;
    }
}
  
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .four-column-child{
        margin-left: 0px;
    }
}
  
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
    .four-column-child{
        margin-left: 0px;
    }
}