.resume-withtitles .industry-section li{
    margin:20px 0 0;
    text-align: center;
}
.resume-withtitles h4{
    font-weight: 600;
    text-align: left;
    margin: 10px 0;
    height: unset;
}
.resume-withtitles .description{
    text-align: left;
    min-height: 190px;
}
.resume-withtitles .industry-section li:nth-of-type(3n-1){position: relative;}
.resume-withtitles .industry-section li:nth-of-type(3n-1):before{
    position: absolute;
    content: '';
    top:0;
    left:-27px;
    bottom:0;
    background:#f1f1f1;
    width: 1px;
    height: 96%;
}

.resume-withtitles .industry-section li:nth-of-type(3n-1):after{
    position: absolute;
    content: '';
    top:0;
    right:-27px;
    bottom:0;
    background:#f1f1f1;
    width: 1px;
    height: 96%;
}
.resume-withtitles .industry-section li .heading-link{
    text-align: center;
    color: #0077d6;
    text-decoration: underline;
    font-weight: 600;
    font-size:2.2rem;
}

@media screen and (max-width: 768px){
    .resume-withtitles .industry-section li:nth-of-type(3n-1):before,.resume-withtitles .industry-section li:nth-of-type(3n-1):after{
        display: none;
    }
    .resume-withtitles .industry-section li .heading-link{
        font-size:2.0rem;
    }
    .resume-withtitles .industry-section li {
        margin: 13px 0;
        border-bottom: 2px solid #d9e4ec;
        padding-bottom: 36px;
        max-width: inherit;
    }
    .resume-withtitles .industry-section .industry-image {
            margin: 0 auto 20px;
    }
    .resume-withtitles .industry-section li:last-child{
        border-bottom: none;
          padding-bottom:0
    }
    .resume-withtitles .description {
     min-height: inherit; 
    }
}