.industry__head {
    text-align: center;
    margin-bottom: 32px
}

@media (min-width: 760px) {
    .industry__head {
        margin-bottom: 40px
    }
}

.industry__title {
    color: var(--black)
}

.industry__title b, .industry__title span, .industry__title strong {
    color: var(--primary)
}

.industry__slider {
    overflow: visible
}

.industry__card {
    max-width: 336px
}

@media (min-width: 1200px) {
    .industry .custom-slider-arrows {
        position: absolute;
        top: -94px;
        left: auto;
        right: 0
    }

    .industry .custom-slider-arrow {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .industry__head {
        text-align: left;
        margin-bottom: 48px;
        padding-right: 116px
    }

    .industry__card {
        max-width: 406px
    }
}
