.industry-main .upper-title {
    margin: 0 0 0.5em;
    text-align: center
}

.page-grid.industry-main div[class^="col-"] {
    float: none;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top
}

.industry-banner {
    margin-bottom: 30px
}

.industry-row {
    display: flex;
    flex-wrap: wrap
}

.industry-product-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 50px
}

.industry-content {
    text-align: center;
    margin-bottom: 1.5em
}

.industry-product-wrapper:after {
    content: "";
    display: block;
    clear: both
}

.industry-product-wrapper .industry-product-text {
    overflow: hidden;
    margin-left: 15px;
    padding-left: 35px;
    position: relative
}

.industry-product-wrapper .industry-product-text:after {
    content: "";
    position: absolute;
    right: calc(100% - 20px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    border-top: 1px solid #777
}

.industry-product-wrapper .industry-product-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    border-left: 1px solid #777
}

.industry-product-wrapper .industry-product-text .row {
    margin: 0
}

.industry-product-wrapper:hover .industry-product-detail:after {
    width: 100%
}

.industry-product-wrapper:hover .industry-product-detail:before {
    height: 25px
}

.industry-product-wrapper .industry-product-img {
    width: 100px;
    height: 100px;
    border: 2px solid #777;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: border 0.2s ease-in;
    float: left;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center
}

.industry-product-wrapper .industry-product-title {
    font-weight: 600;
    line-height: 18px
}

.industry-product-wrapper .industry-product-title a {
    color: #151515!important;
}

.industry-product-wrapper .industry-product-detail {
    font-size: 14px;
    position: relative
}

.industry-product-wrapper .industry-product-detail p {
    margin-bottom: 7px
}

.industry-product-wrapper .industry-product-detail p span {
    padding-left: 9px;
    display: inline-block
}

.industry-product-wrapper .industry-product-detail>a {
    display: block
}

@media (min-width: 576px) {
    .heading-striped {
        font-size: 1.7em
    }
}

@media (min-width: 768px) {
    .industry-product-wrapper {
        display: block;
        margin-bottom: 30px
    }
    .heading-striped {
        font-size: 2.135em
    }
    .industry-product-wrapper .industry-product-img {
        margin: 0 auto 10px auto;
        float: none
    }
    .industry-product-wrapper .industry-product-title {
        text-align: center
    }
    .industry-product-wrapper .industry-product-detail {
        max-height: 0;
        overflow: hidden;
        padding-top: 40px;
        transition: all .5s ease-in-out
    }
    .industry-product-wrapper .industry-product-detail:after {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        top: 30px;
        border-top: 1px solid #777;
        transition: all .3s ease-in;
        width: 0
    }
    .industry-product-wrapper .industry-product-detail:before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        border-left: 1px solid #777;
        bottom: calc(100% - 30px);
        transition: all .3s ease-in;
        height: 0
    }
    .industry-product-wrapper:hover .industry-product-detail {
        max-height: 200px;
        padding-bottom: 20px
    }
    .industry-product-wrapper .industry-product-text .row {
        margin-left: -15px;
        margin-right: -15px
    }
    .industry-product-wrapper .industry-product-text {
        position: static;
        margin-left: 0px;
        padding-left: 0;
        overflow: visible;
        margin-bottom: 0
    }
    .industry-product-wrapper .industry-product-text:after {
        display: none
    }
    .industry-product-wrapper .industry-product-text:before {
        display: none
    }
    .industry-product-wrapper:hover .industry-product-img {
        border: 5px solid #29ABE2
    }
    .industry-product-wrapper.no-link:hover {
        cursor: default
    }
}

@media (max-width: 767px) {
    .industry-row>div[class^="col-"] {
        width: 65%;
        margin: 0 auto
    }
}

@media (max-width: 500px) {
    .page-grid.industry-main div[class^="col-"] {
        width: 100%;
        display: block;
        margin-left: 0
    }
    .industry-row>div[class^="col-"] {
        width: 100%
    }
}
