.industry {
    background: #f5f5f5;
    padding: 130px 0;
    position: relative;
}
.industry-container {
    position: relative;
    z-index: 2;
}
.industry .b2-eyebrow {
    color: #BA44F7;
    font-weight: 600;
    margin-bottom: 30px;
}
.industry .b2-link {
    margin-top: 40px;
}
.industry-icon__container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
.triangle-3-img {
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 0;
}
.triangle-small-img {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 0;
}
.page-services .triangle-small-img {
    display: none;
}
@media only screen and (max-width: 1280px) {
    .triangle-3-img,
    .triangle-small-img {
        display: none;
    }
    .industry {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 767px) {
    .industry-icon__container {
        display: none;
        grid-template-columns: 1fr 1fr;
        gap: 20px 0
    }
}