.section-hero {
    min-height:85vh
}
.hero h1{
    font-size: 55px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
}
.accordion-button::after {
    display: none !important;   /* hide default arrow */
}
.accordion-button::before {
    content: "+";                /* default icon */
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    transition: transform 0.2s ease, content 0.2s ease;
}
.accordion-button:not(.collapsed)::before {
    content: "-";               /* when open */
}
.indusList {
    min-height: 400px;
}
.indusList:hover {
    transform: translate3d(0, -6px, 0);
    box-shadow: 0 16px 32px rgba(9, 37, 64, .08), 0 24px 40px rgba(9, 37, 64, .12);
    box-shadow: var(--bs-box-shadow) !important;
    transform: scale(1.05);
}
.indusList:hover a.small svg path{
    stroke: var(--primary-colors) !important;
}
.indusList {
    transform: translate3d(0, 0, 0);
    transition: box-shadow .2s ease, transform .2s ease;
    will-change: tranform;
    /* border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-bottom: 5px solid var(--primary-colors); */
}
img.banner_img {
    height: 95%;
}
.indusList:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255 255 255 / 44%) 35%, rgb(255 255 255 / 0%) 60%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 74.64px;
    }
}
.dataset-svg {
    left: 85%;
    top: 12px;
}
@media (max-width: 991px) {
    .hero h1 {
        font-size: 42px;
    }
    .section-hero {
        min-height: auto;
    }
    img.banner_img {
        height: 55%;
    }
}