.industry-card {
    height: 240px !important;
    overflow: hidden;
}

.card-desc {
    max-height: 70px;
}
.industry-card:hover .card-desc {
    max-height: fit-content;
}
.industry-card-caption {
    background-color: #0A2033;
    text-align: center;
    padding: 10px 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: calc(-240px + 105px);
    left: 0;
    overflow: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.industry-card:hover .industry-card-caption {
    bottom: 0;
    top: 0;
}

.main-title-container {
    position: inherit;
}

.herobanner-medium::before {
    background: linear-gradient(90deg, rgb(17 24 32 / 80%) 10%, rgba(189, 220, 0, 0) 100%) !important;
}

.industria-desc-container {
    display: flex;
    flex-flow: row-reverse;
    position: relative;
}

.industria-desc-container::before {
    content: '';
    display: block;
    width: 70%;
    height: 2px;
    background: #65CBC9;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 99;
}

.img-with-line::before {
    content: '';
    display: block;
    width: 45% !important;
    height: 2px !important;
    background: #FFF !important;
    position: absolute;
    top: 20px;
    left: auto !important;
    right: 60px !important;
    z-index: 100 !important;
}

.industria-text-container {
    margin-top: 60px;
}


@media (min-width: 1400px) {
    .mb-title {
        margin-bottom: 37px;
    }
}

@media screen and (max-width: 1280px) {
    .absolute-main-title {
        text-align: left;
        padding: 30px 30px 30px 30px;
    }
}

@media screen and (max-width: 767px) {
    .industry-card.img-cover {
        height: auto !important;
    }
    .industry-card.img-cover>img {
        position: relative;
        height: 200px;
    }
    .industry-card-caption {
        position: initial;
        padding: 20px;
    }
    .absolute-main-title {
        text-align: center;
        padding: 30px 30px 30px 15px;
    }
    .industria-desc-container {
        flex-flow: column-reverse;
    }
    .industria-desc-container::before {
        width: 40% !important;
    }
    .card-desc {
        max-height: fit-content;
    }
}